Html Css Color HEX #E032B9 Razzle Dazzle Rose

📋 copy color: '#E032B9'

red 224 ◦ green 50 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E032B9

Tints of Razzle Dazzle Rose #E032B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 48.8%
G = 10.89%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E032B9 (or 0xE032B9) is known color: Razzle Dazzle Rose. HEX triplet: E0, 32 and B9. RGB value is (224,50,185). Sum of RGB (Red+Green+Blue) = 224+50+185=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E032B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E032B9 is #1FCD46. Grayscale: #757575. Windows color (decimal): -2084167 or 12137184. OLE color: 12137184.

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

Color convert

RGB 224 50 185 -
CMYK 0 0.78 0.17 0.12
HSL 313.45º 0.74% 0.54% -
HSV(B) 313.45º 0.78% 0.88% -
XYZ 40.64 21.63 47.93 -
YUV 117.42 166.15 204.02 -
System Red Green Blue C M Y K H S L
Decimal 224 50 185 0 0.78 0.17 0.12 313.45 0.74 0.54
Hex E0 32 B9 0 4E 11 C 139 4A 36
Octal 340 62 271 0 116 21 14 471 112 66
Binary 11100000 110010 10111001 0 1001110 10001 1100 100111001 1001010 110110

Color Harmonies of #E032B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E032B9

Black with #E032B9

Text Example


Text Example

White with #E032B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E032B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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