Html Css Color HEX #E03DAF Persian Rose

📋 copy color: '#E03DAF'

red 224 ◦ green 61 ◦ blue 175

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

Shades of Persian Rose #E03DAF

Tints of Persian Rose #E03DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.26%

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

R = 48.7%
G = 13.26%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E03DAF (or 0xE03DAF) is known color: Persian Rose. HEX triplet: E0, 3D and AF. RGB value is (224,61,175). Sum of RGB (Red+Green+Blue) = 224+61+175=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03DAF is #1FC250. Grayscale: #7A7A7A. Windows color (decimal): -2081361 or 11484640. OLE color: 11484640.

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

Color convert

RGB 224 61 175 -
CMYK 0 0.73 0.22 0.12
HSL 318.04º 0.72% 0.56% -
HSV(B) 318.04º 0.73% 0.88% -
XYZ 40.15 22.28 42.74 -
YUV 122.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 224 61 175 0 0.73 0.22 0.12 318.04 0.72 0.56
Hex E0 3D AF 0 49 16 C 13E 48 38
Octal 340 75 257 0 111 26 14 476 110 70
Binary 11100000 111101 10101111 0 1001001 10110 1100 100111110 1001000 111000

Color Harmonies of #E03DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03DAF

Black with #E03DAF

Text Example


Text Example

White with #E03DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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