Html Css Color HEX #E880A0 Carissma

📋 copy color: '#E880A0'

red 232 ◦ green 128 ◦ blue 160

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

Shades of Carissma #E880A0

Tints of Carissma #E880A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.77%

R = 44.62%
G = 24.62%
B = 30.77%

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

#E880A0 (or 0xE880A0) is known color: Carissma. HEX triplet: E8, 80 and A0. RGB value is (232,128,160). Sum of RGB (Red+Green+Blue) = 232+128+160=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E880A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E880A0 is #177F5F. Grayscale: #A2A2A2. Windows color (decimal): -1539936 or 10518760. OLE color: 10518760.

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

Color convert

RGB 232 128 160 -
CMYK 0 0.45 0.31 0.09
HSL 341.54º 0.69% 0.71% -
HSV(B) 341.54º 0.45% 0.91% -
XYZ 47.34 35.13 37.54 -
YUV 162.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 232 128 160 0 0.45 0.31 0.09 341.54 0.69 0.71
Hex E8 80 A0 0 2D 1F 9 156 45 47
Octal 350 200 240 0 55 37 11 526 105 107
Binary 11101000 10000000 10100000 0 101101 11111 1001 101010110 1000101 1000111

Color Harmonies of #E880A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880A0

Black with #E880A0

Text Example


Text Example

White with #E880A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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