Html Css Color HEX #E08394 Carissma

📋 copy color: '#E08394'

red 224 ◦ green 131 ◦ blue 148

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

Shades of Carissma #E08394

Tints of Carissma #E08394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.42%

R = 44.53%
G = 26.04%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E08394 (or 0xE08394) is known color: Carissma. HEX triplet: E0, 83 and 94. RGB value is (224,131,148). Sum of RGB (Red+Green+Blue) = 224+131+148=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E08394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08394 is #1F7C6B. Grayscale: #A0A0A0. Windows color (decimal): -2063468 or 9733088. OLE color: 9733088.

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

Color convert

RGB 224 131 148 -
CMYK 0 0.42 0.34 0.12
HSL 349.03º 0.6% 0.7% -
HSV(B) 349.03º 0.42% 0.88% -
XYZ 44.2 34.22 32.29 -
YUV 160.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 224 131 148 0 0.42 0.34 0.12 349.03 0.6 0.7
Hex E0 83 94 0 2A 22 C 15D 3C 46
Octal 340 203 224 0 52 42 14 535 74 106
Binary 11100000 10000011 10010100 0 101010 100010 1100 101011101 111100 1000110

Color Harmonies of #E08394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08394

Black with #E08394

Text Example


Text Example

White with #E08394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08394; }

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

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

background-color css

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

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

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

border-color css

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

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

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