Html Css Color HEX #EE858E Carissma

📋 copy color: '#EE858E'

red 238 ◦ green 133 ◦ blue 142

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

Shades of Carissma #EE858E

Tints of Carissma #EE858E

RGB

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

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

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

R = 46.39%
G = 25.93%
B = 27.68%

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

#EE858E (or 0xEE858E) is known color: Carissma. HEX triplet: EE, 85 and 8E. RGB value is (238,133,142). Sum of RGB (Red+Green+Blue) = 238+133+142=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE858E is #117A71. Grayscale: #A5A5A5. Windows color (decimal): -1145458 or 9340398. OLE color: 9340398.

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

Color convert

RGB 238 133 142 -
CMYK 0 0.44 0.40 0.07
HSL 354.86º 0.76% 0.73% -
HSV(B) 354.86º 0.44% 0.93% -
XYZ 48.53 36.91 30.16 -
YUV 165.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 238 133 142 0 0.44 0.40 0.07 354.86 0.76 0.73
Hex EE 85 8E 0 2C 28 7 163 4C 49
Octal 356 205 216 0 54 50 7 543 114 111
Binary 11101110 10000101 10001110 0 101100 101000 111 101100011 1001100 1001001

Color Harmonies of #EE858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE858E

Black with #EE858E

Text Example


Text Example

White with #EE858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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