Html Css Color HEX #E42FAC Persian Rose

📋 copy color: '#E42FAC'

red 228 ◦ green 47 ◦ blue 172

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

Shades of Persian Rose #E42FAC

Tints of Persian Rose #E42FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 51.01%
G = 10.51%
B = 38.48%

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

#E42FAC (or 0xE42FAC) is known color: Persian Rose. HEX triplet: E4, 2F and AC. RGB value is (228,47,172). Sum of RGB (Red+Green+Blue) = 228+47+172=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E42FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42FAC is #1BD053. Grayscale: #737373. Windows color (decimal): -1822804 or 11284452. OLE color: 11284452.

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

Color convert

RGB 228 47 172 -
CMYK 0 0.79 0.25 0.11
HSL 318.56º 0.77% 0.54% -
HSV(B) 318.56º 0.79% 0.89% -
XYZ 40.46 21.51 41.05 -
YUV 115.37 159.97 208.34 -
System Red Green Blue C M Y K H S L
Decimal 228 47 172 0 0.79 0.25 0.11 318.56 0.77 0.54
Hex E4 2F AC 0 4F 19 B 13F 4D 36
Octal 344 57 254 0 117 31 13 477 115 66
Binary 11100100 101111 10101100 0 1001111 11001 1011 100111111 1001101 110110

Color Harmonies of #E42FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42FAC

Black with #E42FAC

Text Example


Text Example

White with #E42FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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