#E480A4

Color #E480A4 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #E480A4

Tints of Carissma #E480A4

Color information

#E480A4 (or 0xE480A4) is unknown color: approx Carissma. HEX triplet: E4, 80 and A4. RGB value is (228,128,164). Sum of RGB (Red+Green+Blue) = 228+128+164=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E480A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E480A4 is #1B7F5B. Grayscale: #A1A1A1. Windows color (decimal): -1802076 or 10780900. OLE color: 10780900.

HSL color Cylindrical-coordinate representation of color #E480A4: hue angle of 338.4º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E480A4 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB228128164-
CMYK00.440.280.11
HSL338.4º64.94%69.8%-
HSV(B)338.4º43.86%89.41%-
XYZ46.4134.6139.36-
YUV162129.13175.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.85%
GREEN value IS 128 (50.39% from 255) = 24.62%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=43.85%
G=24.62%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812816400.440.280.11338.464.9469.8
HexE480A402C1CB1524146
Octal3442002440543413522101106
Binary111001001000000010100100010110011100101110101001010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E480A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E480A4; }

 p { color: rgb(228,128,164); }

 H1.HeaderClassName
 {
   color: #E480A4;
 }
 .AnyTagClassName
 {
   color: #E480A4;
 }
</style>
background-color css

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

 a { background-color: rgb(228,128,164); }

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

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

 span { border-color: rgb(228,128,164); }

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