Html Css Color HEX #E08196 Carissma

📋 copy color: '#E08196'

red 224 ◦ green 129 ◦ blue 150

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

Shades of Carissma #E08196

Tints of Carissma #E08196

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.65%

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

R = 44.53%
G = 25.65%
B = 29.82%

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

#E08196 (or 0xE08196) is known color: Carissma. HEX triplet: E0, 81 and 96. RGB value is (224,129,150). Sum of RGB (Red+Green+Blue) = 224+129+150=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E08196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08196 is #1F7E69. Grayscale: #9F9F9F. Windows color (decimal): -2063978 or 9863648. OLE color: 9863648.

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

Color convert

RGB 224 129 150 -
CMYK 0 0.42 0.33 0.12
HSL 346.74º 0.61% 0.69% -
HSV(B) 346.74º 0.42% 0.88% -
XYZ 44.1 33.75 33.04 -
YUV 159.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 224 129 150 0 0.42 0.33 0.12 346.74 0.61 0.69
Hex E0 81 96 0 2A 21 C 15B 3D 45
Octal 340 201 226 0 52 41 14 533 75 105
Binary 11100000 10000001 10010110 0 101010 100001 1100 101011011 111101 1000101

Color Harmonies of #E08196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08196

Black with #E08196

Text Example


Text Example

White with #E08196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08196; }

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

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

background-color css

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

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

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

border-color css

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

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

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