Html Css Color HEX #E420A5 Persian Rose

📋 copy color: '#E420A5'

red 228 ◦ green 32 ◦ blue 165

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

Shades of Persian Rose #E420A5

Tints of Persian Rose #E420A5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.53%

 BLUE value IS 165 (64.84% from 255) = 38.82%

R = 53.65%
G = 7.53%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E420A5 (or 0xE420A5) is known color: Persian Rose. HEX triplet: E4, 20 and A5. RGB value is (228,32,165). Sum of RGB (Red+Green+Blue) = 228+32+165=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E420A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E420A5 is #1BDF5A. Grayscale: #696969. Windows color (decimal): -1826651 or 10821860. OLE color: 10821860.

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

Color convert

RGB 228 32 165 -
CMYK 0 0.86 0.28 0.11
HSL 319.29º 0.78% 0.51% -
HSV(B) 319.29º 0.86% 0.89% -
XYZ 39.3 20.24 37.43 -
YUV 105.77 161.43 215.19 -
System Red Green Blue C M Y K H S L
Decimal 228 32 165 0 0.86 0.28 0.11 319.29 0.78 0.51
Hex E4 20 A5 0 56 1C B 13F 4E 33
Octal 344 40 245 0 126 34 13 477 116 63
Binary 11100100 100000 10100101 0 1010110 11100 1011 100111111 1001110 110011

Color Harmonies of #E420A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E420A5

Black with #E420A5

Text Example


Text Example

White with #E420A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E420A5; }

 p { color: rgb(228,32,165); }

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

background-color css

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

 a { background-color: rgb(228,32,165); }

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

border-color css

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

 span { border-color: rgb(228,32,165); }

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