Html Css Color HEX #E32D9F Persian Rose

📋 copy color: '#E32D9F'

red 227 ◦ green 45 ◦ blue 159

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

Shades of Persian Rose #E32D9F

Tints of Persian Rose #E32D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 52.67%
G = 10.44%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E32D9F (or 0xE32D9F) is known color: Persian Rose. HEX triplet: E3, 2D and 9F. RGB value is (227,45,159). Sum of RGB (Red+Green+Blue) = 227+45+159=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32D9F is #1CD260. Grayscale: #707070. Windows color (decimal): -1888865 or 10431971. OLE color: 10431971.

HSL color Cylindrical-coordinate representation of color #E32D9F: hue angle of 322.42º 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 #E32D9F is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 45 159 -
CMYK 0 0.80 0.30 0.11
HSL 322.42º 0.76% 0.53% -
HSV(B) 322.42º 0.8% 0.89% -
XYZ 38.87 20.71 34.75 -
YUV 112.41 154.3 209.73 -
System Red Green Blue C M Y K H S L
Decimal 227 45 159 0 0.80 0.30 0.11 322.42 0.76 0.53
Hex E3 2D 9F 0 50 1E B 142 4C 35
Octal 343 55 237 0 120 36 13 502 114 65
Binary 11100011 101101 10011111 0 1010000 11110 1011 101000010 1001100 110101

Color Harmonies of #E32D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32D9F

Black with #E32D9F

Text Example


Text Example

White with #E32D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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