Html Css Color HEX #E032BD Razzle Dazzle Rose

📋 copy color: '#E032BD'

red 224 ◦ green 50 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E032BD

Tints of Razzle Dazzle Rose #E032BD

RGB

 RED value IS 224 (87.89% from 255) = 48.38%

 GREEN value IS 50 (19.92% from 255) = 10.8%

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 48.38%
G = 10.8%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E032BD (or 0xE032BD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and BD. RGB value is (224,50,189). Sum of RGB (Red+Green+Blue) = 224+50+189=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E032BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032BD is #1FCD42. Grayscale: #757575. Windows color (decimal): -2084163 or 12399328. OLE color: 12399328.

HSL color Cylindrical-coordinate representation of color #E032BD: hue angle of 312.07º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E032BD is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 189 -
CMYK 0 0.78 0.16 0.12
HSL 312.07º 0.74% 0.54% -
HSV(B) 312.07º 0.78% 0.88% -
XYZ 41.07 21.8 50.19 -
YUV 117.87 168.15 203.7 -
System Red Green Blue C M Y K H S L
Decimal 224 50 189 0 0.78 0.16 0.12 312.07 0.74 0.54
Hex E0 32 BD 0 4E 10 C 138 4A 36
Octal 340 62 275 0 116 20 14 470 112 66
Binary 11100000 110010 10111101 0 1001110 10000 1100 100111000 1001010 110110

Color Harmonies of #E032BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032BD

Black with #E032BD

Text Example


Text Example

White with #E032BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032BD; }

 p { color: rgb(224,50,189); }

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

background-color css

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

 a { background-color: rgb(224,50,189); }

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

border-color css

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

 span { border-color: rgb(224,50,189); }

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