Html Css Color HEX #E42FAA Persian Rose

📋 copy color: '#E42FAA'

red 228 ◦ green 47 ◦ blue 170

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

Shades of Persian Rose #E42FAA

Tints of Persian Rose #E42FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.56%

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 51.24%
G = 10.56%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E42FAA (or 0xE42FAA) is known color: Persian Rose. HEX triplet: E4, 2F and AA. RGB value is (228,47,170). Sum of RGB (Red+Green+Blue) = 228+47+170=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E42FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42FAA is #1BD055. Grayscale: #727272. Windows color (decimal): -1822806 or 11153380. OLE color: 11153380.

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

Color convert

RGB 228 47 170 -
CMYK 0 0.79 0.25 0.11
HSL 319.23º 0.77% 0.54% -
HSV(B) 319.23º 0.79% 0.89% -
XYZ 40.27 21.43 40.04 -
YUV 115.14 158.97 208.5 -
System Red Green Blue C M Y K H S L
Decimal 228 47 170 0 0.79 0.25 0.11 319.23 0.77 0.54
Hex E4 2F AA 0 4F 19 B 13F 4D 36
Octal 344 57 252 0 117 31 13 477 115 66
Binary 11100100 101111 10101010 0 1001111 11001 1011 100111111 1001101 110110

Color Harmonies of #E42FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42FAA

Black with #E42FAA

Text Example


Text Example

White with #E42FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42FAA; }

 p { color: rgb(228,47,170); }

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

background-color css

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

 a { background-color: rgb(228,47,170); }

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

border-color css

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

 span { border-color: rgb(228,47,170); }

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