Html Css Color HEX #EE858A Carissma

📋 copy color: '#EE858A'

red 238 ◦ green 133 ◦ blue 138

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

Shades of Carissma #EE858A

Tints of Carissma #EE858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.11%

R = 46.76%
G = 26.13%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE858A (or 0xEE858A) is known color: Carissma. HEX triplet: EE, 85 and 8A. RGB value is (238,133,138). Sum of RGB (Red+Green+Blue) = 238+133+138=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE858A is #117A75. Grayscale: #A5A5A5. Windows color (decimal): -1145462 or 9078254. OLE color: 9078254.

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

Color convert

RGB 238 133 138 -
CMYK 0 0.44 0.42 0.07
HSL 357.14º 0.76% 0.73% -
HSV(B) 357.14º 0.44% 0.93% -
XYZ 48.23 36.79 28.6 -
YUV 164.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 238 133 138 0 0.44 0.42 0.07 357.14 0.76 0.73
Hex EE 85 8A 0 2C 2A 7 165 4C 49
Octal 356 205 212 0 54 52 7 545 114 111
Binary 11101110 10000101 10001010 0 101100 101010 111 101100101 1001100 1001001

Color Harmonies of #EE858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE858A

Black with #EE858A

Text Example


Text Example

White with #EE858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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