Html Css Color HEX #E08994 Carissma

📋 copy color: '#E08994'

red 224 ◦ green 137 ◦ blue 148

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

Shades of Carissma #E08994

Tints of Carissma #E08994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.92%

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

R = 44.01%
G = 26.92%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E08994 (or 0xE08994) is known color: Carissma. HEX triplet: E0, 89 and 94. RGB value is (224,137,148). Sum of RGB (Red+Green+Blue) = 224+137+148=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E08994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08994 is #1F766B. Grayscale: #A4A4A4. Windows color (decimal): -2061932 or 9734624. OLE color: 9734624.

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

Color convert

RGB 224 137 148 -
CMYK 0 0.39 0.34 0.12
HSL 352.41º 0.58% 0.71% -
HSV(B) 352.41º 0.39% 0.88% -
XYZ 45.03 35.88 32.57 -
YUV 164.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 224 137 148 0 0.39 0.34 0.12 352.41 0.58 0.71
Hex E0 89 94 0 27 22 C 160 3A 47
Octal 340 211 224 0 47 42 14 540 72 107
Binary 11100000 10001001 10010100 0 100111 100010 1100 101100000 111010 1000111

Color Harmonies of #E08994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08994

Black with #E08994

Text Example


Text Example

White with #E08994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08994; }

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

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

background-color css

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

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

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

border-color css

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

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

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