Html Css Color HEX #E08488 Carissma

📋 copy color: '#E08488'

red 224 ◦ green 132 ◦ blue 136

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

Shades of Carissma #E08488

Tints of Carissma #E08488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.64%

R = 45.53%
G = 26.83%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E08488 (or 0xE08488) is known color: Carissma. HEX triplet: E0, 84 and 88. RGB value is (224,132,136). Sum of RGB (Red+Green+Blue) = 224+132+136=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E08488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08488 is #1F7B77. Grayscale: #A0A0A0. Windows color (decimal): -2063224 or 8946912. OLE color: 8946912.

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

Color convert

RGB 224 132 136 -
CMYK 0 0.41 0.39 0.12
HSL 357.39º 0.6% 0.7% -
HSV(B) 357.39º 0.41% 0.88% -
XYZ 43.44 34.13 27.59 -
YUV 159.96 114.48 173.67 -
System Red Green Blue C M Y K H S L
Decimal 224 132 136 0 0.41 0.39 0.12 357.39 0.6 0.7
Hex E0 84 88 0 29 27 C 165 3C 46
Octal 340 204 210 0 51 47 14 545 74 106
Binary 11100000 10000100 10001000 0 101001 100111 1100 101100101 111100 1000110

Color Harmonies of #E08488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08488

Black with #E08488

Text Example


Text Example

White with #E08488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08488; }

 p { color: rgb(224,132,136); }

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

background-color css

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

 a { background-color: rgb(224,132,136); }

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

border-color css

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

 span { border-color: rgb(224,132,136); }

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