Html Css Color HEX #E02FAF Persian Rose

📋 copy color: '#E02FAF'

red 224 ◦ green 47 ◦ blue 175

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

Shades of Persian Rose #E02FAF

Tints of Persian Rose #E02FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.24%

R = 50.22%
G = 10.54%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E02FAF (or 0xE02FAF) is known color: Persian Rose. HEX triplet: E0, 2F and AF. RGB value is (224,47,175). Sum of RGB (Red+Green+Blue) = 224+47+175=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E02FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02FAF is #1FD050. Grayscale: #727272. Windows color (decimal): -2084945 or 11481056. OLE color: 11481056.

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

Color convert

RGB 224 47 175 -
CMYK 0 0.79 0.22 0.12
HSL 316.61º 0.74% 0.53% -
HSV(B) 316.61º 0.79% 0.88% -
XYZ 39.49 20.98 42.52 -
YUV 114.52 162.14 206.09 -
System Red Green Blue C M Y K H S L
Decimal 224 47 175 0 0.79 0.22 0.12 316.61 0.74 0.53
Hex E0 2F AF 0 4F 16 C 13D 4A 35
Octal 340 57 257 0 117 26 14 475 112 65
Binary 11100000 101111 10101111 0 1001111 10110 1100 100111101 1001010 110101

Color Harmonies of #E02FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02FAF

Black with #E02FAF

Text Example


Text Example

White with #E02FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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