#EE8296

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

Shades of Carissma #EE8296

Tints of Carissma #EE8296

Color information

#EE8296 (or 0xEE8296) is unknown color: approx Carissma. HEX triplet: EE, 82 and 96. RGB value is (238,130,150). Sum of RGB (Red+Green+Blue) = 238+130+150=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8296 is #117D69. Grayscale: #A4A4A4. Windows color (decimal): -1146218 or 9863918. OLE color: 9863918.

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

Color convert

RGB238130150-
CMYK00.450.370.07
HSL348.89º76.06%72.16%-
HSV(B)348.89º45.38%93.33%-
XYZ48.7536.3433.3-
YUV164.57119.78180.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.95%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=45.95%
G=25.10%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813015000.450.370.07348.8976.0672.16
HexEE829602D25715d4c48
Octal356202226055457535114110
Binary111011101000001010010110010110110010111110101110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8296; }

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

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

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

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

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

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

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

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