Html Css Color HEX #E0809D Carissma

📋 copy color: '#E0809D'

red 224 ◦ green 128 ◦ blue 157

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

Shades of Carissma #E0809D

Tints of Carissma #E0809D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.84%

R = 44.01%
G = 25.15%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E0809D (or 0xE0809D) is known color: Carissma. HEX triplet: E0, 80 and 9D. RGB value is (224,128,157). Sum of RGB (Red+Green+Blue) = 224+128+157=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0809D is #1F7F62. Grayscale: #9F9F9F. Windows color (decimal): -2064227 or 10322144. OLE color: 10322144.

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

Color convert

RGB 224 128 157 -
CMYK 0 0.43 0.30 0.12
HSL 341.88º 0.61% 0.69% -
HSV(B) 341.88º 0.43% 0.88% -
XYZ 44.55 33.72 36.06 -
YUV 160.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 224 128 157 0 0.43 0.30 0.12 341.88 0.61 0.69
Hex E0 80 9D 0 2B 1E C 156 3D 45
Octal 340 200 235 0 53 36 14 526 75 105
Binary 11100000 10000000 10011101 0 101011 11110 1100 101010110 111101 1000101

Color Harmonies of #E0809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0809D

Black with #E0809D

Text Example


Text Example

White with #E0809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0809D; }

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

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

background-color css

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

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

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

border-color css

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

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

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