Html Css Color HEX #E32ED2 Razzle Dazzle Rose

📋 copy color: '#E32ED2'

red 227 ◦ green 46 ◦ blue 210

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

Shades of Razzle Dazzle Rose #E32ED2

Tints of Razzle Dazzle Rose #E32ED2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.52%

 BLUE value IS 210 (82.42% from 255) = 43.48%

R = 47%
G = 9.52%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E32ED2 (or 0xE32ED2) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2E and D2. RGB value is (227,46,210). Sum of RGB (Red+Green+Blue) = 227+46+210=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 46 (18.36% from 255 or 9.52% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ED2 is #1CD12D. Grayscale: #767676. Windows color (decimal): -1888558 or 13774563. OLE color: 13774563.

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

Color convert

RGB 227 46 210 -
CMYK 0 0.80 0.07 0.11
HSL 305.64º 0.76% 0.54% -
HSV(B) 305.64º 0.8% 0.89% -
XYZ 44.29 22.94 63.07 -
YUV 118.82 179.47 205.16 -
System Red Green Blue C M Y K H S L
Decimal 227 46 210 0 0.80 0.07 0.11 305.64 0.76 0.54
Hex E3 2E D2 0 50 7 B 132 4C 36
Octal 343 56 322 0 120 7 13 462 114 66
Binary 11100011 101110 11010010 0 1010000 111 1011 100110010 1001100 110110

Color Harmonies of #E32ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32ED2

Black with #E32ED2

Text Example


Text Example

White with #E32ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32ED2; }

 p { color: rgb(227,46,210); }

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

background-color css

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

 a { background-color: rgb(227,46,210); }

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

border-color css

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

 span { border-color: rgb(227,46,210); }

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