Html Css Color HEX #E08396 Carissma

📋 copy color: '#E08396'

red 224 ◦ green 131 ◦ blue 150

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

Shades of Carissma #E08396

Tints of Carissma #E08396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.94%

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

R = 44.36%
G = 25.94%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E08396 (or 0xE08396) is known color: Carissma. HEX triplet: E0, 83 and 96. RGB value is (224,131,150). Sum of RGB (Red+Green+Blue) = 224+131+150=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E08396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08396 is #1F7C69. Grayscale: #A0A0A0. Windows color (decimal): -2063466 or 9864160. OLE color: 9864160.

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

Color convert

RGB 224 131 150 -
CMYK 0 0.42 0.33 0.12
HSL 347.74º 0.6% 0.7% -
HSV(B) 347.74º 0.42% 0.88% -
XYZ 44.36 34.28 33.13 -
YUV 160.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 224 131 150 0 0.42 0.33 0.12 347.74 0.6 0.7
Hex E0 83 96 0 2A 21 C 15C 3C 46
Octal 340 203 226 0 52 41 14 534 74 106
Binary 11100000 10000011 10010110 0 101010 100001 1100 101011100 111100 1000110

Color Harmonies of #E08396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08396

Black with #E08396

Text Example


Text Example

White with #E08396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08396; }

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

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

background-color css

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

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

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

border-color css

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

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

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