Html Css Color HEX #E080A1 Carissma

📋 copy color: '#E080A1'

red 224 ◦ green 128 ◦ blue 161

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

Shades of Carissma #E080A1

Tints of Carissma #E080A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.38%

R = 43.66%
G = 24.95%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E080A1 (or 0xE080A1) is known color: Carissma. HEX triplet: E0, 80 and A1. RGB value is (224,128,161). Sum of RGB (Red+Green+Blue) = 224+128+161=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E080A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080A1 is #1F7F5E. Grayscale: #A0A0A0. Windows color (decimal): -2064223 or 10584288. OLE color: 10584288.

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

Color convert

RGB 224 128 161 -
CMYK 0 0.43 0.28 0.12
HSL 339.38º 0.61% 0.69% -
HSV(B) 339.38º 0.43% 0.88% -
XYZ 44.89 33.86 37.89 -
YUV 160.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 224 128 161 0 0.43 0.28 0.12 339.38 0.61 0.69
Hex E0 80 A1 0 2B 1C C 153 3D 45
Octal 340 200 241 0 53 34 14 523 75 105
Binary 11100000 10000000 10100001 0 101011 11100 1100 101010011 111101 1000101

Color Harmonies of #E080A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080A1

Black with #E080A1

Text Example


Text Example

White with #E080A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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