Html Css Color HEX #EE858D Carissma

📋 copy color: '#EE858D'

red 238 ◦ green 133 ◦ blue 141

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

Shades of Carissma #EE858D

Tints of Carissma #EE858D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.54%

R = 46.48%
G = 25.98%
B = 27.54%

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

#EE858D (or 0xEE858D) is known color: Carissma. HEX triplet: EE, 85 and 8D. RGB value is (238,133,141). Sum of RGB (Red+Green+Blue) = 238+133+141=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE858D is #117A72. Grayscale: #A5A5A5. Windows color (decimal): -1145459 or 9274862. OLE color: 9274862.

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

Color convert

RGB 238 133 141 -
CMYK 0 0.44 0.41 0.07
HSL 355.43º 0.76% 0.73% -
HSV(B) 355.43º 0.44% 0.93% -
XYZ 48.46 36.88 29.76 -
YUV 165.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 238 133 141 0 0.44 0.41 0.07 355.43 0.76 0.73
Hex EE 85 8D 0 2C 29 7 163 4C 49
Octal 356 205 215 0 54 51 7 543 114 111
Binary 11101110 10000101 10001101 0 101100 101001 111 101100011 1001100 1001001

Color Harmonies of #EE858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE858D

Black with #EE858D

Text Example


Text Example

White with #EE858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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