Html Css Color HEX #E0809A Carissma

📋 copy color: '#E0809A'

red 224 ◦ green 128 ◦ blue 154

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

Shades of Carissma #E0809A

Tints of Carissma #E0809A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 44.27%
G = 25.3%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0809A (or 0xE0809A) is known color: Carissma. HEX triplet: E0, 80 and 9A. RGB value is (224,128,154). Sum of RGB (Red+Green+Blue) = 224+128+154=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E0809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0809A is #1F7F65. Grayscale: #9F9F9F. Windows color (decimal): -2064230 or 10125536. OLE color: 10125536.

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

Color convert

RGB 224 128 154 -
CMYK 0 0.43 0.31 0.12
HSL 343.75º 0.61% 0.69% -
HSV(B) 343.75º 0.43% 0.88% -
XYZ 44.29 33.62 34.73 -
YUV 159.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 224 128 154 0 0.43 0.31 0.12 343.75 0.61 0.69
Hex E0 80 9A 0 2B 1F C 158 3D 45
Octal 340 200 232 0 53 37 14 530 75 105
Binary 11100000 10000000 10011010 0 101011 11111 1100 101011000 111101 1000101

Color Harmonies of #E0809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0809A

Black with #E0809A

Text Example


Text Example

White with #E0809A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0809A; }

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

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

background-color css

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

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

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

border-color css

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

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

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