Html Css Color HEX #EE858C Carissma

📋 copy color: '#EE858C'

red 238 ◦ green 133 ◦ blue 140

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

Shades of Carissma #EE858C

Tints of Carissma #EE858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 46.58%
G = 26.03%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE858C (or 0xEE858C) is known color: Carissma. HEX triplet: EE, 85 and 8C. RGB value is (238,133,140). Sum of RGB (Red+Green+Blue) = 238+133+140=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE858C is #117A73. Grayscale: #A5A5A5. Windows color (decimal): -1145460 or 9209326. OLE color: 9209326.

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

Color convert

RGB 238 133 140 -
CMYK 0 0.44 0.41 0.07
HSL 356º 0.76% 0.73% -
HSV(B) 356º 0.44% 0.93% -
XYZ 48.38 36.85 29.37 -
YUV 165.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 238 133 140 0 0.44 0.41 0.07 356 0.76 0.73
Hex EE 85 8C 0 2C 29 7 164 4C 49
Octal 356 205 214 0 54 51 7 544 114 111
Binary 11101110 10000101 10001100 0 101100 101001 111 101100100 1001100 1001001

Color Harmonies of #EE858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE858C

Black with #EE858C

Text Example


Text Example

White with #EE858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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