Html Css Color HEX #E32ADF Razzle Dazzle Rose

📋 copy color: '#E32ADF'

red 227 ◦ green 42 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E32ADF

Tints of Razzle Dazzle Rose #E32ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 46.14%
G = 8.54%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E32ADF (or 0xE32ADF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2A and DF. RGB value is (227,42,223). Sum of RGB (Red+Green+Blue) = 227+42+223=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 42 (16.80% from 255 or 8.54% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ADF is #1CD520. Grayscale: #757575. Windows color (decimal): -1889569 or 14625507. OLE color: 14625507.

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

Color convert

RGB 227 42 223 -
CMYK 0 0.81 0.02 0.11
HSL 301.3º 0.77% 0.53% -
HSV(B) 301.3º 0.81% 0.89% -
XYZ 45.83 23.31 71.9 -
YUV 117.95 187.29 205.78 -
System Red Green Blue C M Y K H S L
Decimal 227 42 223 0 0.81 0.02 0.11 301.3 0.77 0.53
Hex E3 2A DF 0 51 2 B 12D 4D 35
Octal 343 52 337 0 121 2 13 455 115 65
Binary 11100011 101010 11011111 0 1010001 10 1011 100101101 1001101 110101

Color Harmonies of #E32ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32ADF

Black with #E32ADF

Text Example


Text Example

White with #E32ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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