Html Css Color HEX #E42FAE Persian Rose

📋 copy color: '#E42FAE'

red 228 ◦ green 47 ◦ blue 174

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

Shades of Persian Rose #E42FAE

Tints of Persian Rose #E42FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 50.78%
G = 10.47%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E42FAE (or 0xE42FAE) is known color: Persian Rose. HEX triplet: E4, 2F and AE. RGB value is (228,47,174). Sum of RGB (Red+Green+Blue) = 228+47+174=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E42FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42FAE is #1BD051. Grayscale: #737373. Windows color (decimal): -1822802 or 11415524. OLE color: 11415524.

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

Color convert

RGB 228 47 174 -
CMYK 0 0.79 0.24 0.11
HSL 317.9º 0.77% 0.54% -
HSV(B) 317.9º 0.79% 0.89% -
XYZ 40.65 21.58 42.07 -
YUV 115.6 160.97 208.17 -
System Red Green Blue C M Y K H S L
Decimal 228 47 174 0 0.79 0.24 0.11 317.9 0.77 0.54
Hex E4 2F AE 0 4F 18 B 13E 4D 36
Octal 344 57 256 0 117 30 13 476 115 66
Binary 11100100 101111 10101110 0 1001111 11000 1011 100111110 1001101 110110

Color Harmonies of #E42FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42FAE

Black with #E42FAE

Text Example


Text Example

White with #E42FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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