Html Css Color HEX #E329BD Razzle Dazzle Rose

📋 copy color: '#E329BD'

red 227 ◦ green 41 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E329BD

Tints of Razzle Dazzle Rose #E329BD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.97%

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

R = 49.67%
G = 8.97%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E329BD (or 0xE329BD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 29 and BD. RGB value is (227,41,189). Sum of RGB (Red+Green+Blue) = 227+41+189=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E329BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329BD is #1CD642. Grayscale: #717171. Windows color (decimal): -1889859 or 12397027. OLE color: 12397027.

HSL color Cylindrical-coordinate representation of color #E329BD: hue angle of 312.26º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E329BD is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 41 189 -
CMYK 0 0.82 0.17 0.11
HSL 312.26º 0.77% 0.53% -
HSV(B) 312.26º 0.82% 0.89% -
XYZ 41.66 21.59 50.12 -
YUV 113.49 170.62 208.97 -
System Red Green Blue C M Y K H S L
Decimal 227 41 189 0 0.82 0.17 0.11 312.26 0.77 0.53
Hex E3 29 BD 0 52 11 B 138 4D 35
Octal 343 51 275 0 122 21 13 470 115 65
Binary 11100011 101001 10111101 0 1010010 10001 1011 100111000 1001101 110101

Color Harmonies of #E329BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329BD

Black with #E329BD

Text Example


Text Example

White with #E329BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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