Html Css Color HEX #E32DAB Persian Rose

📋 copy color: '#E32DAB'

red 227 ◦ green 45 ◦ blue 171

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

Shades of Persian Rose #E32DAB

Tints of Persian Rose #E32DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 51.24%
G = 10.16%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E32DAB (or 0xE32DAB) is known color: Persian Rose. HEX triplet: E3, 2D and AB. RGB value is (227,45,171). Sum of RGB (Red+Green+Blue) = 227+45+171=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32DAB is #1CD254. Grayscale: #717171. Windows color (decimal): -1888853 or 11218403. OLE color: 11218403.

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

Color convert

RGB 227 45 171 -
CMYK 0 0.80 0.25 0.11
HSL 318.46º 0.76% 0.53% -
HSV(B) 318.46º 0.8% 0.89% -
XYZ 39.97 21.15 40.5 -
YUV 113.78 160.3 208.75 -
System Red Green Blue C M Y K H S L
Decimal 227 45 171 0 0.80 0.25 0.11 318.46 0.76 0.53
Hex E3 2D AB 0 50 19 B 13E 4C 35
Octal 343 55 253 0 120 31 13 476 114 65
Binary 11100011 101101 10101011 0 1010000 11001 1011 100111110 1001100 110101

Color Harmonies of #E32DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32DAB

Black with #E32DAB

Text Example


Text Example

White with #E32DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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