#EE7F96

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

Shades of Carissma #EE7F96

Tints of Carissma #EE7F96

Color information

#EE7F96 (or 0xEE7F96) is unknown color: approx Carissma. HEX triplet: EE, 7F and 96. RGB value is (238,127,150). Sum of RGB (Red+Green+Blue) = 238+127+150=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7F96 is #118069. Grayscale: #A2A2A2. Windows color (decimal): -1146986 or 9863150. OLE color: 9863150.

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

Color convert

RGB238127150-
CMYK00.470.370.07
HSL347.57º76.55%71.57%-
HSV(B)347.57º46.64%93.33%-
XYZ48.3535.5633.17-
YUV162.81120.77181.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.21%
GREEN value IS 127 (50% from 255) = 24.66%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=46.21%
G=24.66%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812715000.470.370.07347.5776.5571.57
HexEE7F9602F25715c4d48
Octal356177226057457534115110
Binary11101110111111110010110010111110010111110101110010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7F96; }

 p { color: rgb(238,127,150); }

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

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

 a { background-color: rgb(238,127,150); }

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

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

 span { border-color: rgb(238,127,150); }

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