Html Css Color HEX #E428AB Persian Rose

📋 copy color: '#E428AB'

red 228 ◦ green 40 ◦ blue 171

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

Shades of Persian Rose #E428AB

Tints of Persian Rose #E428AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.11%

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 51.94%
G = 9.11%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E428AB (or 0xE428AB) is known color: Persian Rose. HEX triplet: E4, 28 and AB. RGB value is (228,40,171). Sum of RGB (Red+Green+Blue) = 228+40+171=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E428AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E428AB is #1BD754. Grayscale: #6E6E6E. Windows color (decimal): -1824597 or 11217124. OLE color: 11217124.

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

Color convert

RGB 228 40 171 -
CMYK 0 0.82 0.25 0.11
HSL 318.19º 0.78% 0.53% -
HSV(B) 318.19º 0.82% 0.89% -
XYZ 40.1 20.95 40.46 -
YUV 111.15 161.78 211.35 -
System Red Green Blue C M Y K H S L
Decimal 228 40 171 0 0.82 0.25 0.11 318.19 0.78 0.53
Hex E4 28 AB 0 52 19 B 13E 4E 35
Octal 344 50 253 0 122 31 13 476 116 65
Binary 11100100 101000 10101011 0 1010010 11001 1011 100111110 1001110 110101

Color Harmonies of #E428AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E428AB

Black with #E428AB

Text Example


Text Example

White with #E428AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E428AB; }

 p { color: rgb(228,40,171); }

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

background-color css

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

 a { background-color: rgb(228,40,171); }

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

border-color css

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

 span { border-color: rgb(228,40,171); }

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