Html Css Color HEX #E08090 Carissma

📋 copy color: '#E08090'

red 224 ◦ green 128 ◦ blue 144

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

Shades of Carissma #E08090

Tints of Carissma #E08090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.81%

 BLUE value IS 144 (56.64% from 255) = 29.03%

R = 45.16%
G = 25.81%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E08090 (or 0xE08090) is known color: Carissma. HEX triplet: E0, 80 and 90. RGB value is (224,128,144). Sum of RGB (Red+Green+Blue) = 224+128+144=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E08090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08090 is #1F7F6F. Grayscale: #9E9E9E. Windows color (decimal): -2064240 or 9470176. OLE color: 9470176.

HSL color Cylindrical-coordinate representation of color #E08090: hue angle of 350º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E08090 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 144 -
CMYK 0 0.43 0.36 0.12
HSL 350º 0.61% 0.69% -
HSV(B) 350º 0.43% 0.88% -
XYZ 43.49 33.3 30.52 -
YUV 158.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 224 128 144 0 0.43 0.36 0.12 350 0.61 0.69
Hex E0 80 90 0 2B 24 C 15E 3D 45
Octal 340 200 220 0 53 44 14 536 75 105
Binary 11100000 10000000 10010000 0 101011 100100 1100 101011110 111101 1000101

Color Harmonies of #E08090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08090

Black with #E08090

Text Example


Text Example

White with #E08090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08090; }

 p { color: rgb(224,128,144); }

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

background-color css

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

 a { background-color: rgb(224,128,144); }

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

border-color css

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

 span { border-color: rgb(224,128,144); }

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