Html Css Color HEX #E08391 Carissma

📋 copy color: '#E08391'

red 224 ◦ green 131 ◦ blue 145

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

Shades of Carissma #E08391

Tints of Carissma #E08391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29%

R = 44.8%
G = 26.2%
B = 29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E08391 (or 0xE08391) is known color: Carissma. HEX triplet: E0, 83 and 91. RGB value is (224,131,145). Sum of RGB (Red+Green+Blue) = 224+131+145=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E08391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08391 is #1F7C6E. Grayscale: #A0A0A0. Windows color (decimal): -2063471 or 9536480. OLE color: 9536480.

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

Color convert

RGB 224 131 145 -
CMYK 0 0.42 0.35 0.12
HSL 350.97º 0.6% 0.7% -
HSV(B) 350.97º 0.42% 0.88% -
XYZ 43.97 34.12 31.06 -
YUV 160.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 224 131 145 0 0.42 0.35 0.12 350.97 0.6 0.7
Hex E0 83 91 0 2A 23 C 15F 3C 46
Octal 340 203 221 0 52 43 14 537 74 106
Binary 11100000 10000011 10010001 0 101010 100011 1100 101011111 111100 1000110

Color Harmonies of #E08391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08391

Black with #E08391

Text Example


Text Example

White with #E08391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08391; }

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

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

background-color css

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

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

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

border-color css

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

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

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