Html Css Color HEX #E480A2 Carissma

📋 copy color: '#E480A2'

red 228 ◦ green 128 ◦ blue 162

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

Shades of Carissma #E480A2

Tints of Carissma #E480A2

RGB

 RED value IS 228 (89.45% from 255) = 44.02%

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

 BLUE value IS 162 (63.67% from 255) = 31.27%

R = 44.02%
G = 24.71%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E480A2 (or 0xE480A2) is known color: Carissma. HEX triplet: E4, 80 and A2. RGB value is (228,128,162). Sum of RGB (Red+Green+Blue) = 228+128+162=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E480A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E480A2 is #1B7F5D. Grayscale: #A1A1A1. Windows color (decimal): -1802078 or 10649828. OLE color: 10649828.

HSL color Cylindrical-coordinate representation of color #E480A2: hue angle of 339.6º 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 #E480A2 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 128 162 -
CMYK 0 0.44 0.29 0.11
HSL 339.6º 0.65% 0.7% -
HSV(B) 339.6º 0.44% 0.89% -
XYZ 46.24 34.54 38.41 -
YUV 161.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 228 128 162 0 0.44 0.29 0.11 339.6 0.65 0.7
Hex E4 80 A2 0 2C 1D B 154 41 46
Octal 344 200 242 0 54 35 13 524 101 106
Binary 11100100 10000000 10100010 0 101100 11101 1011 101010100 1000001 1000110

Color Harmonies of #E480A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E480A2

Black with #E480A2

Text Example


Text Example

White with #E480A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E480A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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