Html Css Color HEX #E32ABD Razzle Dazzle Rose

📋 copy color: '#E32ABD'

red 227 ◦ green 42 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E32ABD

Tints of Razzle Dazzle Rose #E32ABD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.17%

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 49.56%
G = 9.17%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E32ABD (or 0xE32ABD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2A and BD. RGB value is (227,42,189). Sum of RGB (Red+Green+Blue) = 227+42+189=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ABD is #1CD542. Grayscale: #717171. Windows color (decimal): -1889603 or 12397283. OLE color: 12397283.

HSL color Cylindrical-coordinate representation of color #E32ABD: hue angle of 312.32º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32ABD is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 42 189 -
CMYK 0 0.81 0.17 0.11
HSL 312.32º 0.77% 0.53% -
HSV(B) 312.32º 0.81% 0.89% -
XYZ 41.69 21.66 50.13 -
YUV 114.07 170.29 208.55 -
System Red Green Blue C M Y K H S L
Decimal 227 42 189 0 0.81 0.17 0.11 312.32 0.77 0.53
Hex E3 2A BD 0 51 11 B 138 4D 35
Octal 343 52 275 0 121 21 13 470 115 65
Binary 11100011 101010 10111101 0 1010001 10001 1011 100111000 1001101 110101

Color Harmonies of #E32ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32ABD

Black with #E32ABD

Text Example


Text Example

White with #E32ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32ABD; }

 p { color: rgb(227,42,189); }

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

background-color css

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

 a { background-color: rgb(227,42,189); }

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

border-color css

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

 span { border-color: rgb(227,42,189); }

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