Html Css Color HEX #E042AF Persian Rose

📋 copy color: '#E042AF'

red 224 ◦ green 66 ◦ blue 175

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

Shades of Persian Rose #E042AF

Tints of Persian Rose #E042AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.19%

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

R = 48.17%
G = 14.19%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E042AF (or 0xE042AF) is known color: Persian Rose. HEX triplet: E0, 42 and AF. RGB value is (224,66,175). Sum of RGB (Red+Green+Blue) = 224+66+175=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E042AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E042AF is #1FBD50. Grayscale: #7D7D7D. Windows color (decimal): -2080081 or 11485920. OLE color: 11485920.

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

Color convert

RGB 224 66 175 -
CMYK 0 0.71 0.22 0.12
HSL 318.61º 0.72% 0.57% -
HSV(B) 318.61º 0.71% 0.88% -
XYZ 40.43 22.84 42.84 -
YUV 125.67 155.85 198.14 -
System Red Green Blue C M Y K H S L
Decimal 224 66 175 0 0.71 0.22 0.12 318.61 0.72 0.57
Hex E0 42 AF 0 47 16 C 13F 48 39
Octal 340 102 257 0 107 26 14 477 110 71
Binary 11100000 1000010 10101111 0 1000111 10110 1100 100111111 1001000 111001

Color Harmonies of #E042AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E042AF

Black with #E042AF

Text Example


Text Example

White with #E042AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E042AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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