Html Css Color HEX #E32FD5 Razzle Dazzle Rose

📋 copy color: '#E32FD5'

red 227 ◦ green 47 ◦ blue 213

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

Shades of Razzle Dazzle Rose #E32FD5

Tints of Razzle Dazzle Rose #E32FD5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.65%

 BLUE value IS 213 (83.59% from 255) = 43.74%

R = 46.61%
G = 9.65%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E32FD5 (or 0xE32FD5) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2F and D5. RGB value is (227,47,213). Sum of RGB (Red+Green+Blue) = 227+47+213=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E32FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32FD5 is #1CD02A. Grayscale: #777777. Windows color (decimal): -1888299 or 13971427. OLE color: 13971427.

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

Color convert

RGB 227 47 213 -
CMYK 0 0.79 0.06 0.11
HSL 304.67º 0.76% 0.54% -
HSV(B) 304.67º 0.79% 0.89% -
XYZ 44.71 23.17 65.07 -
YUV 119.74 180.63 204.5 -
System Red Green Blue C M Y K H S L
Decimal 227 47 213 0 0.79 0.06 0.11 304.67 0.76 0.54
Hex E3 2F D5 0 4F 6 B 131 4C 36
Octal 343 57 325 0 117 6 13 461 114 66
Binary 11100011 101111 11010101 0 1001111 110 1011 100110001 1001100 110110

Color Harmonies of #E32FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32FD5

Black with #E32FD5

Text Example


Text Example

White with #E32FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32FD5; }

 p { color: rgb(227,47,213); }

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

background-color css

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

 a { background-color: rgb(227,47,213); }

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

border-color css

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

 span { border-color: rgb(227,47,213); }

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