Html Css Color HEX #E332BD Razzle Dazzle Rose

📋 copy color: '#E332BD'

red 227 ◦ green 50 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E332BD

Tints of Razzle Dazzle Rose #E332BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 48.71%
G = 10.73%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E332BD (or 0xE332BD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 32 and BD. RGB value is (227,50,189). Sum of RGB (Red+Green+Blue) = 227+50+189=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E332BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E332BD is #1CCD42. Grayscale: #767676. Windows color (decimal): -1887555 or 12399331. OLE color: 12399331.

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

Color convert

RGB 227 50 189 -
CMYK 0 0.78 0.17 0.11
HSL 312.88º 0.76% 0.54% -
HSV(B) 312.88º 0.78% 0.89% -
XYZ 42 22.29 50.23 -
YUV 118.77 167.64 205.2 -
System Red Green Blue C M Y K H S L
Decimal 227 50 189 0 0.78 0.17 0.11 312.88 0.76 0.54
Hex E3 32 BD 0 4E 11 B 139 4C 36
Octal 343 62 275 0 116 21 13 471 114 66
Binary 11100011 110010 10111101 0 1001110 10001 1011 100111001 1001100 110110

Color Harmonies of #E332BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E332BD

Black with #E332BD

Text Example


Text Example

White with #E332BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E332BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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