Html Css Color HEX #E332BA Razzle Dazzle Rose

📋 copy color: '#E332BA'

red 227 ◦ green 50 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E332BA

Tints of Razzle Dazzle Rose #E332BA

RGB

 RED value IS 227 (89.06% from 255) = 49.03%

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 49.03%
G = 10.8%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E332BA (or 0xE332BA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 32 and BA. RGB value is (227,50,186). Sum of RGB (Red+Green+Blue) = 227+50+186=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E332BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E332BA is #1CCD45. Grayscale: #767676. Windows color (decimal): -1887558 or 12202723. OLE color: 12202723.

HSL color Cylindrical-coordinate representation of color #E332BA: hue angle of 313.9º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E332BA is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 50 186 -
CMYK 0 0.78 0.18 0.11
HSL 313.9º 0.76% 0.54% -
HSV(B) 313.9º 0.78% 0.89% -
XYZ 41.68 22.16 48.53 -
YUV 118.43 166.14 205.44 -
System Red Green Blue C M Y K H S L
Decimal 227 50 186 0 0.78 0.18 0.11 313.9 0.76 0.54
Hex E3 32 BA 0 4E 12 B 13A 4C 36
Octal 343 62 272 0 116 22 13 472 114 66
Binary 11100011 110010 10111010 0 1001110 10010 1011 100111010 1001100 110110

Color Harmonies of #E332BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E332BA

Black with #E332BA

Text Example


Text Example

White with #E332BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E332BA; }

 p { color: rgb(227,50,186); }

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

background-color css

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

 a { background-color: rgb(227,50,186); }

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

border-color css

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

 span { border-color: rgb(227,50,186); }

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