Html Css Color HEX #E88494 Carissma

📋 copy color: '#E88494'

red 232 ◦ green 132 ◦ blue 148

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

Shades of Carissma #E88494

Tints of Carissma #E88494

RGB

 RED value IS 232 (91.02% from 255) = 45.31%

 GREEN value IS 132 (51.95% from 255) = 25.78%

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

R = 45.31%
G = 25.78%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E88494 (or 0xE88494) is known color: Carissma. HEX triplet: E8, 84 and 94. RGB value is (232,132,148). Sum of RGB (Red+Green+Blue) = 232+132+148=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E88494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88494 is #177B6B. Grayscale: #A3A3A3. Windows color (decimal): -1538924 or 9733352. OLE color: 9733352.

HSL color Cylindrical-coordinate representation of color #E88494: hue angle of 350.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E88494 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 132 148 -
CMYK 0 0.43 0.36 0.09
HSL 350.4º 0.68% 0.71% -
HSV(B) 350.4º 0.43% 0.91% -
XYZ 46.88 35.8 32.46 -
YUV 163.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 232 132 148 0 0.43 0.36 0.09 350.4 0.68 0.71
Hex E8 84 94 0 2B 24 9 15E 44 47
Octal 350 204 224 0 53 44 11 536 104 107
Binary 11101000 10000100 10010100 0 101011 100100 1001 101011110 1000100 1000111

Color Harmonies of #E88494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88494

Black with #E88494

Text Example


Text Example

White with #E88494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88494; }

 p { color: rgb(232,132,148); }

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

background-color css

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

 a { background-color: rgb(232,132,148); }

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

border-color css

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

 span { border-color: rgb(232,132,148); }

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