Html Css Color HEX #E480C2 Persian Pink

📋 copy color: '#E480C2'

red 228 ◦ green 128 ◦ blue 194

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

Shades of Persian Pink #E480C2

Tints of Persian Pink #E480C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.27%

R = 41.45%
G = 23.27%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E480C2 (or 0xE480C2) is known color: Persian Pink. HEX triplet: E4, 80 and C2. RGB value is (228,128,194). Sum of RGB (Red+Green+Blue) = 228+128+194=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E480C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E480C2 is #1B7F3D. Grayscale: #A5A5A5. Windows color (decimal): -1802046 or 12746980. OLE color: 12746980.

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

Color convert

RGB 228 128 194 -
CMYK 0 0.44 0.15 0.11
HSL 320.4º 0.65% 0.7% -
HSV(B) 320.4º 0.44% 0.89% -
XYZ 49.45 35.83 55.35 -
YUV 165.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 228 128 194 0 0.44 0.15 0.11 320.4 0.65 0.7
Hex E4 80 C2 0 2C F B 140 41 46
Octal 344 200 302 0 54 17 13 500 101 106
Binary 11100100 10000000 11000010 0 101100 1111 1011 101000000 1000001 1000110

Color Harmonies of #E480C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E480C2

Black with #E480C2

Text Example


Text Example

White with #E480C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E480C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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