Html Css Color HEX #E08C9E Carissma

📋 copy color: '#E08C9E'

red 224 ◦ green 140 ◦ blue 158

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

Shades of Carissma #E08C9E

Tints of Carissma #E08C9E

RGB

 RED value IS 224 (87.89% from 255) = 42.91%

 GREEN value IS 140 (55.08% from 255) = 26.82%

 BLUE value IS 158 (62.11% from 255) = 30.27%

R = 42.91%
G = 26.82%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E08C9E (or 0xE08C9E) is known color: Carissma. HEX triplet: E0, 8C and 9E. RGB value is (224,140,158). Sum of RGB (Red+Green+Blue) = 224+140+158=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C9E is #1F7361. Grayscale: #A7A7A7. Windows color (decimal): -2061154 or 10390752. OLE color: 10390752.

HSL color Cylindrical-coordinate representation of color #E08C9E: hue angle of 347.14º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08C9E is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 158 -
CMYK 0 0.38 0.29 0.12
HSL 347.14º 0.58% 0.71% -
HSV(B) 347.14º 0.38% 0.88% -
XYZ 46.29 37.07 37.06 -
YUV 167.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 224 140 158 0 0.38 0.29 0.12 347.14 0.58 0.71
Hex E0 8C 9E 0 26 1D C 15B 3A 47
Octal 340 214 236 0 46 35 14 533 72 107
Binary 11100000 10001100 10011110 0 100110 11101 1100 101011011 111010 1000111

Color Harmonies of #E08C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C9E

Black with #E08C9E

Text Example


Text Example

White with #E08C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C9E; }

 p { color: rgb(224,140,158); }

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

background-color css

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

 a { background-color: rgb(224,140,158); }

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

border-color css

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

 span { border-color: rgb(224,140,158); }

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