Html Css Color HEX #E08996 Carissma

📋 copy color: '#E08996'

red 224 ◦ green 137 ◦ blue 150

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

Shades of Carissma #E08996

Tints of Carissma #E08996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.81%

 BLUE value IS 150 (58.98% from 255) = 29.35%

R = 43.84%
G = 26.81%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E08996 (or 0xE08996) is known color: Carissma. HEX triplet: E0, 89 and 96. RGB value is (224,137,150). Sum of RGB (Red+Green+Blue) = 224+137+150=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E08996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08996 is #1F7669. Grayscale: #A4A4A4. Windows color (decimal): -2061930 or 9865696. OLE color: 9865696.

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

Color convert

RGB 224 137 150 -
CMYK 0 0.39 0.33 0.12
HSL 351.03º 0.58% 0.71% -
HSV(B) 351.03º 0.39% 0.88% -
XYZ 45.19 35.94 33.41 -
YUV 164.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 224 137 150 0 0.39 0.33 0.12 351.03 0.58 0.71
Hex E0 89 96 0 27 21 C 15F 3A 47
Octal 340 211 226 0 47 41 14 537 72 107
Binary 11100000 10001001 10010110 0 100111 100001 1100 101011111 111010 1000111

Color Harmonies of #E08996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08996

Black with #E08996

Text Example


Text Example

White with #E08996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08996; }

 p { color: rgb(224,137,150); }

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

background-color css

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

 a { background-color: rgb(224,137,150); }

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

border-color css

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

 span { border-color: rgb(224,137,150); }

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