Html Css Color HEX #E032BE Razzle Dazzle Rose

📋 copy color: '#E032BE'

red 224 ◦ green 50 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E032BE

Tints of Razzle Dazzle Rose #E032BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 48.28%
G = 10.78%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E032BE (or 0xE032BE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and BE. RGB value is (224,50,190). Sum of RGB (Red+Green+Blue) = 224+50+190=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E032BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032BE is #1FCD41. Grayscale: #757575. Windows color (decimal): -2084162 or 12464864. OLE color: 12464864.

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

Color convert

RGB 224 50 190 -
CMYK 0 0.78 0.15 0.12
HSL 311.72º 0.74% 0.54% -
HSV(B) 311.72º 0.78% 0.88% -
XYZ 41.18 21.85 50.76 -
YUV 117.99 168.65 203.62 -
System Red Green Blue C M Y K H S L
Decimal 224 50 190 0 0.78 0.15 0.12 311.72 0.74 0.54
Hex E0 32 BE 0 4E F C 138 4A 36
Octal 340 62 276 0 116 17 14 470 112 66
Binary 11100000 110010 10111110 0 1001110 1111 1100 100111000 1001010 110110

Color Harmonies of #E032BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032BE

Black with #E032BE

Text Example


Text Example

White with #E032BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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