Html Css Color HEX #E02EAF Persian Rose

📋 copy color: '#E02EAF'

red 224 ◦ green 46 ◦ blue 175

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

Shades of Persian Rose #E02EAF

Tints of Persian Rose #E02EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.34%

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

R = 50.34%
G = 10.34%
B = 39.33%

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

#E02EAF (or 0xE02EAF) is known color: Persian Rose. HEX triplet: E0, 2E and AF. RGB value is (224,46,175). Sum of RGB (Red+Green+Blue) = 224+46+175=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E02EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02EAF is #1FD150. Grayscale: #717171. Windows color (decimal): -2085201 or 11480800. OLE color: 11480800.

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

Color convert

RGB 224 46 175 -
CMYK 0 0.79 0.22 0.12
HSL 316.52º 0.74% 0.53% -
HSV(B) 316.52º 0.79% 0.88% -
XYZ 39.46 20.9 42.51 -
YUV 113.93 162.47 206.51 -
System Red Green Blue C M Y K H S L
Decimal 224 46 175 0 0.79 0.22 0.12 316.52 0.74 0.53
Hex E0 2E AF 0 4F 16 C 13D 4A 35
Octal 340 56 257 0 117 26 14 475 112 65
Binary 11100000 101110 10101111 0 1001111 10110 1100 100111101 1001010 110101

Color Harmonies of #E02EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02EAF

Black with #E02EAF

Text Example


Text Example

White with #E02EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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