#EE848B

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

Shades of Carissma #EE848B

Tints of Carissma #EE848B

Color information

#EE848B (or 0xEE848B) is unknown color: approx Carissma. HEX triplet: EE, 84 and 8B. RGB value is (238,132,139). Sum of RGB (Red+Green+Blue) = 238+132+139=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE848B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE848B is #117B74. Grayscale: #A4A4A4. Windows color (decimal): -1145717 or 9143534. OLE color: 9143534.

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

Color convert

RGB238132139-
CMYK00.450.420.07
HSL356.04º75.71%72.55%-
HSV(B)356.04º44.54%93.33%-
XYZ48.1736.5428.94-
YUV164.49113.62180.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.76%
GREEN value IS 132 (51.95% from 255) = 25.93%
BLUE value IS 139 (54.69% from 255) = 27.31%
R=46.76%
G=25.93%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813213900.450.420.07356.0475.7172.55
HexEE848B02D2A71644c49
Octal356204213055527544114111
Binary111011101000010010001011010110110101011110110010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE848B; }

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

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

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

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

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

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

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

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