Html Css Color HEX #E32ACD Razzle Dazzle Rose

📋 copy color: '#E32ACD'

red 227 ◦ green 42 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E32ACD

Tints of Razzle Dazzle Rose #E32ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 47.89%
G = 8.86%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E32ACD (or 0xE32ACD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2A and CD. RGB value is (227,42,205). Sum of RGB (Red+Green+Blue) = 227+42+205=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ACD is #1CD532. Grayscale: #737373. Windows color (decimal): -1889587 or 13445859. OLE color: 13445859.

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

Color convert

RGB 227 42 205 -
CMYK 0 0.81 0.10 0.11
HSL 307.14º 0.77% 0.53% -
HSV(B) 307.14º 0.81% 0.89% -
XYZ 43.53 22.39 59.79 -
YUV 115.9 178.29 207.25 -
System Red Green Blue C M Y K H S L
Decimal 227 42 205 0 0.81 0.10 0.11 307.14 0.77 0.53
Hex E3 2A CD 0 51 A B 133 4D 35
Octal 343 52 315 0 121 12 13 463 115 65
Binary 11100011 101010 11001101 0 1010001 1010 1011 100110011 1001101 110101

Color Harmonies of #E32ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32ACD

Black with #E32ACD

Text Example


Text Example

White with #E32ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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