Html Css Color HEX #E034AF Persian Rose

📋 copy color: '#E034AF'

red 224 ◦ green 52 ◦ blue 175

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

Shades of Persian Rose #E034AF

Tints of Persian Rose #E034AF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.53%

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

R = 49.67%
G = 11.53%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E034AF (or 0xE034AF) is known color: Persian Rose. HEX triplet: E0, 34 and AF. RGB value is (224,52,175). Sum of RGB (Red+Green+Blue) = 224+52+175=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E034AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E034AF is #1FCB50. Grayscale: #757575. Windows color (decimal): -2083665 or 11482336. OLE color: 11482336.

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

Color convert

RGB 224 52 175 -
CMYK 0 0.77 0.22 0.12
HSL 317.09º 0.74% 0.54% -
HSV(B) 317.09º 0.77% 0.88% -
XYZ 39.71 21.4 42.6 -
YUV 117.45 160.48 204 -
System Red Green Blue C M Y K H S L
Decimal 224 52 175 0 0.77 0.22 0.12 317.09 0.74 0.54
Hex E0 34 AF 0 4D 16 C 13D 4A 36
Octal 340 64 257 0 115 26 14 475 112 66
Binary 11100000 110100 10101111 0 1001101 10110 1100 100111101 1001010 110110

Color Harmonies of #E034AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E034AF

Black with #E034AF

Text Example


Text Example

White with #E034AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E034AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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