Html Css Color HEX #E032BC Razzle Dazzle Rose

📋 copy color: '#E032BC'

red 224 ◦ green 50 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E032BC

Tints of Razzle Dazzle Rose #E032BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 48.48%
G = 10.82%
B = 40.69%

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

#E032BC (or 0xE032BC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and BC. RGB value is (224,50,188). Sum of RGB (Red+Green+Blue) = 224+50+188=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E032BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032BC is #1FCD43. Grayscale: #757575. Windows color (decimal): -2084164 or 12333792. OLE color: 12333792.

HSL color Cylindrical-coordinate representation of color #E032BC: hue angle of 312.41º 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 #E032BC is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 188 -
CMYK 0 0.78 0.16 0.12
HSL 312.41º 0.74% 0.54% -
HSV(B) 312.41º 0.78% 0.88% -
XYZ 40.96 21.76 49.62 -
YUV 117.76 167.65 203.78 -
System Red Green Blue C M Y K H S L
Decimal 224 50 188 0 0.78 0.16 0.12 312.41 0.74 0.54
Hex E0 32 BC 0 4E 10 C 138 4A 36
Octal 340 62 274 0 116 20 14 470 112 66
Binary 11100000 110010 10111100 0 1001110 10000 1100 100111000 1001010 110110

Color Harmonies of #E032BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032BC

Black with #E032BC

Text Example


Text Example

White with #E032BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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