Html Css Color HEX #E0809B Carissma

📋 copy color: '#E0809B'

red 224 ◦ green 128 ◦ blue 155

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

Shades of Carissma #E0809B

Tints of Carissma #E0809B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.57%

R = 44.18%
G = 25.25%
B = 30.57%

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

#E0809B (or 0xE0809B) is known color: Carissma. HEX triplet: E0, 80 and 9B. RGB value is (224,128,155). Sum of RGB (Red+Green+Blue) = 224+128+155=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0809B is #1F7F64. Grayscale: #9F9F9F. Windows color (decimal): -2064229 or 10191072. OLE color: 10191072.

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

Color convert

RGB 224 128 155 -
CMYK 0 0.43 0.31 0.12
HSL 343.13º 0.61% 0.69% -
HSV(B) 343.13º 0.43% 0.88% -
XYZ 44.38 33.65 35.17 -
YUV 159.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 224 128 155 0 0.43 0.31 0.12 343.13 0.61 0.69
Hex E0 80 9B 0 2B 1F C 157 3D 45
Octal 340 200 233 0 53 37 14 527 75 105
Binary 11100000 10000000 10011011 0 101011 11111 1100 101010111 111101 1000101

Color Harmonies of #E0809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0809B

Black with #E0809B

Text Example


Text Example

White with #E0809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0809B; }

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

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

background-color css

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

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

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

border-color css

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

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

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