Html Css Color HEX #EE8586 Carissma

📋 copy color: '#EE8586'

red 238 ◦ green 133 ◦ blue 134

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

Shades of Carissma #EE8586

Tints of Carissma #EE8586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.34%

 BLUE value IS 134 (52.73% from 255) = 26.53%

R = 47.13%
G = 26.34%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE8586 (or 0xEE8586) is known color: Carissma. HEX triplet: EE, 85 and 86. RGB value is (238,133,134). Sum of RGB (Red+Green+Blue) = 238+133+134=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8586 is #117A79. Grayscale: #A4A4A4. Windows color (decimal): -1145466 or 8816110. OLE color: 8816110.

HSL color Cylindrical-coordinate representation of color #EE8586: hue angle of 359.43º degrees, saturation: 0.76, 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 #EE8586 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 133 134 -
CMYK 0 0.44 0.44 0.07
HSL 359.43º 0.76% 0.73% -
HSV(B) 359.43º 0.44% 0.93% -
XYZ 47.95 36.67 27.11 -
YUV 164.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 238 133 134 0 0.44 0.44 0.07 359.43 0.76 0.73
Hex EE 85 86 0 2C 2C 7 167 4C 49
Octal 356 205 206 0 54 54 7 547 114 111
Binary 11101110 10000101 10000110 0 101100 101100 111 101100111 1001100 1001001

Color Harmonies of #EE8586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8586

Black with #EE8586

Text Example


Text Example

White with #EE8586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8586; }

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

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

background-color css

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

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

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

border-color css

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

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

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