Html Css Color HEX #E08A92 Carissma

📋 copy color: '#E08A92'

red 224 ◦ green 138 ◦ blue 146

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

Shades of Carissma #E08A92

Tints of Carissma #E08A92

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

 BLUE value IS 146 (57.42% from 255) = 28.74%

R = 44.09%
G = 27.17%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E08A92 (or 0xE08A92) is known color: Carissma. HEX triplet: E0, 8A and 92. RGB value is (224,138,146). Sum of RGB (Red+Green+Blue) = 224+138+146=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A92 is #1F756D. Grayscale: #A4A4A4. Windows color (decimal): -2061678 or 9603808. OLE color: 9603808.

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

Color convert

RGB 224 138 146 -
CMYK 0 0.38 0.35 0.12
HSL 354.42º 0.58% 0.71% -
HSV(B) 354.42º 0.38% 0.88% -
XYZ 45.02 36.1 31.79 -
YUV 164.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 224 138 146 0 0.38 0.35 0.12 354.42 0.58 0.71
Hex E0 8A 92 0 26 23 C 162 3A 47
Octal 340 212 222 0 46 43 14 542 72 107
Binary 11100000 10001010 10010010 0 100110 100011 1100 101100010 111010 1000111

Color Harmonies of #E08A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A92

Black with #E08A92

Text Example


Text Example

White with #E08A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A92; }

 p { color: rgb(224,138,146); }

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

background-color css

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

 a { background-color: rgb(224,138,146); }

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

border-color css

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

 span { border-color: rgb(224,138,146); }

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