Html Css Color HEX #E033BE Razzle Dazzle Rose

📋 copy color: '#E033BE'

red 224 ◦ green 51 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E033BE

Tints of Razzle Dazzle Rose #E033BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.97%

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

R = 48.17%
G = 10.97%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E033BE (or 0xE033BE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 33 and BE. RGB value is (224,51,190). Sum of RGB (Red+Green+Blue) = 224+51+190=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E033BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E033BE is #1FCC41. Grayscale: #767676. Windows color (decimal): -2083906 or 12465120. OLE color: 12465120.

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

Color convert

RGB 224 51 190 -
CMYK 0 0.77 0.15 0.12
HSL 311.79º 0.74% 0.54% -
HSV(B) 311.79º 0.77% 0.88% -
XYZ 41.22 21.93 50.78 -
YUV 118.57 168.31 203.2 -
System Red Green Blue C M Y K H S L
Decimal 224 51 190 0 0.77 0.15 0.12 311.79 0.74 0.54
Hex E0 33 BE 0 4D F C 138 4A 36
Octal 340 63 276 0 115 17 14 470 112 66
Binary 11100000 110011 10111110 0 1001101 1111 1100 100111000 1001010 110110

Color Harmonies of #E033BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E033BE

Black with #E033BE

Text Example


Text Example

White with #E033BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E033BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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