Html Css Color HEX #E32CCD Razzle Dazzle Rose

📋 copy color: '#E32CCD'

red 227 ◦ green 44 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E32CCD

Tints of Razzle Dazzle Rose #E32CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.24%

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

R = 47.69%
G = 9.24%
B = 43.07%

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

#E32CCD (or 0xE32CCD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2C and CD. RGB value is (227,44,205). Sum of RGB (Red+Green+Blue) = 227+44+205=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E32CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32CCD is #1CD332. Grayscale: #747474. Windows color (decimal): -1889075 or 13446371. OLE color: 13446371.

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

Color convert

RGB 227 44 205 -
CMYK 0 0.81 0.10 0.11
HSL 307.21º 0.77% 0.53% -
HSV(B) 307.21º 0.81% 0.89% -
XYZ 43.6 22.54 59.81 -
YUV 117.07 177.63 206.41 -
System Red Green Blue C M Y K H S L
Decimal 227 44 205 0 0.81 0.10 0.11 307.21 0.77 0.53
Hex E3 2C CD 0 51 A B 133 4D 35
Octal 343 54 315 0 121 12 13 463 115 65
Binary 11100011 101100 11001101 0 1010001 1010 1011 100110011 1001101 110101

Color Harmonies of #E32CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32CCD

Black with #E32CCD

Text Example


Text Example

White with #E32CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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