#EE7D8B

Color #EE7D8B Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #EE7D8B

Tints of Carissma #EE7D8B

Color information

#EE7D8B (or 0xEE7D8B) is unknown color: approx Carissma. HEX triplet: EE, 7D and 8B. RGB value is (238,125,139). Sum of RGB (Red+Green+Blue) = 238+125+139=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7D8B is #118274. Grayscale: #A0A0A0. Windows color (decimal): -1147509 or 9141742. OLE color: 9141742.

HSL color Cylindrical-coordinate representation of color #EE7D8B: hue angle of 352.57º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7D8B is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB238125139-
CMYK00.470.420.07
HSL352.57º76.87%71.18%-
HSV(B)352.57º47.48%93.33%-
XYZ47.2534.7128.63-
YUV160.38115.94183.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 47.41%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 139 (54.69% from 255) = 27.69%
R=47.41%
G=24.90%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812513900.470.420.07352.5776.8771.18
HexEE7D8B02F2A71614d47
Octal356175213057527541115107
Binary11101110111110110001011010111110101011110110000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7D8B; }

 p { color: rgb(238,125,139); }

 H1.HeaderClassName
 {
   color: #EE7D8B;
 }
 .AnyTagClassName
 {
   color: #EE7D8B;
 }
</style>
background-color css

<style>
 a { background-color: #EE7D8B; }

 a { background-color: rgb(238,125,139); }

 div.DivClassName
 {
   background-color: #EE7D8B;
 }
 .BgClassName
 {
   background-color: #EE7D8B;
 }
</style>
border-color css

<style>
 span { border-color: #EE7D8B; }

 span { border-color: rgb(238,125,139); }

 td.TdClassName
 {
   border-color: #EE7D8B;
 }
 .TagClassName
 {
   border-color: #EE7D8B;
 }
</style>