Html Css Color HEX #E529BB Razzle Dazzle Rose

📋 copy color: '#E529BB'

red 229 ◦ green 41 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E529BB

Tints of Razzle Dazzle Rose #E529BB

RGB

 RED value IS 229 (89.84% from 255) = 50.11%

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

 BLUE value IS 187 (73.44% from 255) = 40.92%

R = 50.11%
G = 8.97%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E529BB (or 0xE529BB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and BB. RGB value is (229,41,187). Sum of RGB (Red+Green+Blue) = 229+41+187=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E529BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529BB is #1AD644. Grayscale: #717171. Windows color (decimal): -1758789 or 12265957. OLE color: 12265957.

HSL color Cylindrical-coordinate representation of color #E529BB: hue angle of 313.4º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E529BB is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 187 -
CMYK 0 0.82 0.18 0.10
HSL 313.4º 0.78% 0.53% -
HSV(B) 313.4º 0.82% 0.9% -
XYZ 42.08 21.83 49.01 -
YUV 113.86 169.28 210.13 -
System Red Green Blue C M Y K H S L
Decimal 229 41 187 0 0.82 0.18 0.10 313.4 0.78 0.53
Hex E5 29 BB 0 52 12 A 139 4E 35
Octal 345 51 273 0 122 22 12 471 116 65
Binary 11100101 101001 10111011 0 1010010 10010 1010 100111001 1001110 110101

Color Harmonies of #E529BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529BB

Black with #E529BB

Text Example


Text Example

White with #E529BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529BB; }

 p { color: rgb(229,41,187); }

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

background-color css

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

 a { background-color: rgb(229,41,187); }

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

border-color css

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

 span { border-color: rgb(229,41,187); }

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