Html Css Color HEX #E32DAF Persian Rose

📋 copy color: '#E32DAF'

red 227 ◦ green 45 ◦ blue 175

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

Shades of Persian Rose #E32DAF

Tints of Persian Rose #E32DAF

RGB

 RED value IS 227 (89.06% from 255) = 50.78%

 GREEN value IS 45 (17.97% from 255) = 10.07%

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

R = 50.78%
G = 10.07%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E32DAF (or 0xE32DAF) is known color: Persian Rose. HEX triplet: E3, 2D and AF. RGB value is (227,45,175). Sum of RGB (Red+Green+Blue) = 227+45+175=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32DAF is #1CD250. Grayscale: #717171. Windows color (decimal): -1888849 or 11480547. OLE color: 11480547.

HSL color Cylindrical-coordinate representation of color #E32DAF: hue angle of 317.14º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32DAF is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 45 175 -
CMYK 0 0.80 0.23 0.11
HSL 317.14º 0.76% 0.53% -
HSV(B) 317.14º 0.8% 0.89% -
XYZ 40.35 21.3 42.54 -
YUV 114.24 162.3 208.43 -
System Red Green Blue C M Y K H S L
Decimal 227 45 175 0 0.80 0.23 0.11 317.14 0.76 0.53
Hex E3 2D AF 0 50 17 B 13D 4C 35
Octal 343 55 257 0 120 27 13 475 114 65
Binary 11100011 101101 10101111 0 1010000 10111 1011 100111101 1001100 110101

Color Harmonies of #E32DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32DAF

Black with #E32DAF

Text Example


Text Example

White with #E32DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32DAF; }

 p { color: rgb(227,45,175); }

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

background-color css

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

 a { background-color: rgb(227,45,175); }

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

border-color css

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

 span { border-color: rgb(227,45,175); }

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