Html Css Color HEX #E32EDD Razzle Dazzle Rose

📋 copy color: '#E32EDD'

red 227 ◦ green 46 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E32EDD

Tints of Razzle Dazzle Rose #E32EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 45.95%
G = 9.31%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E32EDD (or 0xE32EDD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2E and DD. RGB value is (227,46,221). Sum of RGB (Red+Green+Blue) = 227+46+221=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 227 - color contains mainly: red. Hex color #E32EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32EDD is #1CD122. Grayscale: #777777. Windows color (decimal): -1888547 or 14495459. OLE color: 14495459.

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

Color convert

RGB 227 46 221 -
CMYK 0 0.80 0.03 0.11
HSL 301.99º 0.76% 0.54% -
HSV(B) 301.99º 0.8% 0.89% -
XYZ 45.71 23.51 70.53 -
YUV 120.07 184.97 204.27 -
System Red Green Blue C M Y K H S L
Decimal 227 46 221 0 0.80 0.03 0.11 301.99 0.76 0.54
Hex E3 2E DD 0 50 3 B 12E 4C 36
Octal 343 56 335 0 120 3 13 456 114 66
Binary 11100011 101110 11011101 0 1010000 11 1011 100101110 1001100 110110

Color Harmonies of #E32EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32EDD

Black with #E32EDD

Text Example


Text Example

White with #E32EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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