Html Css Color HEX #EE868E Carissma

📋 copy color: '#EE868E'

red 238 ◦ green 134 ◦ blue 142

#EE868E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #EE868E

Tints of Carissma #EE868E

RGB

 RED value IS 238 (93.36% from 255) = 46.3%

 GREEN value IS 134 (52.73% from 255) = 26.07%

 BLUE value IS 142 (55.86% from 255) = 27.63%

R = 46.3%
G = 26.07%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE868E (or 0xEE868E) is known color: Carissma. HEX triplet: EE, 86 and 8E. RGB value is (238,134,142). Sum of RGB (Red+Green+Blue) = 238+134+142=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE868E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE868E is #117971. Grayscale: #A6A6A6. Windows color (decimal): -1145202 or 9340654. OLE color: 9340654.

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

Color convert

RGB 238 134 142 -
CMYK 0 0.44 0.40 0.07
HSL 355.38º 0.75% 0.73% -
HSV(B) 355.38º 0.44% 0.93% -
XYZ 48.67 37.18 30.2 -
YUV 166.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 238 134 142 0 0.44 0.40 0.07 355.38 0.75 0.73
Hex EE 86 8E 0 2C 28 7 163 4B 49
Octal 356 206 216 0 54 50 7 543 113 111
Binary 11101110 10000110 10001110 0 101100 101000 111 101100011 1001011 1001001

Color Harmonies of #EE868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE868E

Black with #EE868E

Text Example


Text Example

White with #EE868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE868E; }

 p { color: rgb(238,134,142); }

 H1.HeaderClassName
 {
   color: #EE868E;
 }
 .AnyTagClassName
 {
   color: #EE868E;
 }
</style>

background-color css

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

 a { background-color: rgb(238,134,142); }

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

border-color css

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

 span { border-color: rgb(238,134,142); }

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