Html Css Color HEX #E08288 Carissma

📋 copy color: '#E08288'

red 224 ◦ green 130 ◦ blue 136

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

Shades of Carissma #E08288

Tints of Carissma #E08288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.53%

 BLUE value IS 136 (53.52% from 255) = 27.76%

R = 45.71%
G = 26.53%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E08288 (or 0xE08288) is known color: Carissma. HEX triplet: E0, 82 and 88. RGB value is (224,130,136). Sum of RGB (Red+Green+Blue) = 224+130+136=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E08288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08288 is #1F7D77. Grayscale: #9E9E9E. Windows color (decimal): -2063736 or 8946400. OLE color: 8946400.

HSL color Cylindrical-coordinate representation of color #E08288: hue angle of 356.17º degrees, saturation: 0.6, 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 #E08288 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 130 136 -
CMYK 0 0.42 0.39 0.12
HSL 356.17º 0.6% 0.69% -
HSV(B) 356.17º 0.42% 0.88% -
XYZ 43.17 33.59 27.5 -
YUV 158.79 115.14 174.51 -
System Red Green Blue C M Y K H S L
Decimal 224 130 136 0 0.42 0.39 0.12 356.17 0.6 0.69
Hex E0 82 88 0 2A 27 C 164 3C 45
Octal 340 202 210 0 52 47 14 544 74 105
Binary 11100000 10000010 10001000 0 101010 100111 1100 101100100 111100 1000101

Color Harmonies of #E08288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08288

Black with #E08288

Text Example


Text Example

White with #E08288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08288; }

 p { color: rgb(224,130,136); }

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

background-color css

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

 a { background-color: rgb(224,130,136); }

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

border-color css

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

 span { border-color: rgb(224,130,136); }

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