Html Css Color HEX #E880A1 Carissma

📋 copy color: '#E880A1'

red 232 ◦ green 128 ◦ blue 161

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

Shades of Carissma #E880A1

Tints of Carissma #E880A1

RGB

 RED value IS 232 (91.02% from 255) = 44.53%

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

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

R = 44.53%
G = 24.57%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E880A1 (or 0xE880A1) is known color: Carissma. HEX triplet: E8, 80 and A1. RGB value is (232,128,161). Sum of RGB (Red+Green+Blue) = 232+128+161=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E880A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E880A1 is #177F5E. Grayscale: #A2A2A2. Windows color (decimal): -1539935 or 10584296. OLE color: 10584296.

HSL color Cylindrical-coordinate representation of color #E880A1: hue angle of 340.96º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E880A1 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 128 161 -
CMYK 0 0.45 0.31 0.09
HSL 340.96º 0.69% 0.71% -
HSV(B) 340.96º 0.45% 0.91% -
XYZ 47.43 35.17 38.01 -
YUV 162.86 126.96 177.32 -
System Red Green Blue C M Y K H S L
Decimal 232 128 161 0 0.45 0.31 0.09 340.96 0.69 0.71
Hex E8 80 A1 0 2D 1F 9 155 45 47
Octal 350 200 241 0 55 37 11 525 105 107
Binary 11101000 10000000 10100001 0 101101 11111 1001 101010101 1000101 1000111

Color Harmonies of #E880A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880A1

Black with #E880A1

Text Example


Text Example

White with #E880A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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