Html Css Color HEX #E02FAC Persian Rose

📋 copy color: '#E02FAC'

red 224 ◦ green 47 ◦ blue 172

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

Shades of Persian Rose #E02FAC

Tints of Persian Rose #E02FAC

RGB

 RED value IS 224 (87.89% from 255) = 50.56%

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

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

R = 50.56%
G = 10.61%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E02FAC (or 0xE02FAC) is known color: Persian Rose. HEX triplet: E0, 2F and AC. RGB value is (224,47,172). Sum of RGB (Red+Green+Blue) = 224+47+172=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E02FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02FAC is #1FD053. Grayscale: #717171. Windows color (decimal): -2084948 or 11284448. OLE color: 11284448.

HSL color Cylindrical-coordinate representation of color #E02FAC: hue angle of 317.63º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02FAC is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 47 172 -
CMYK 0 0.79 0.23 0.12
HSL 317.63º 0.74% 0.53% -
HSV(B) 317.63º 0.79% 0.88% -
XYZ 39.2 20.86 40.99 -
YUV 114.17 160.64 206.34 -
System Red Green Blue C M Y K H S L
Decimal 224 47 172 0 0.79 0.23 0.12 317.63 0.74 0.53
Hex E0 2F AC 0 4F 17 C 13E 4A 35
Octal 340 57 254 0 117 27 14 476 112 65
Binary 11100000 101111 10101100 0 1001111 10111 1100 100111110 1001010 110101

Color Harmonies of #E02FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02FAC

Black with #E02FAC

Text Example


Text Example

White with #E02FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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