Html Css Color HEX #E528BD Razzle Dazzle Rose

📋 copy color: '#E528BD'

red 229 ◦ green 40 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E528BD

Tints of Razzle Dazzle Rose #E528BD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.73%

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

R = 50%
G = 8.73%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E528BD (or 0xE528BD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and BD. RGB value is (229,40,189). Sum of RGB (Red+Green+Blue) = 229+40+189=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E528BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528BD is #1AD742. Grayscale: #717171. Windows color (decimal): -1759043 or 12396773. OLE color: 12396773.

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

Color convert

RGB 229 40 189 -
CMYK 0 0.83 0.17 0.10
HSL 312.7º 0.78% 0.53% -
HSV(B) 312.7º 0.83% 0.9% -
XYZ 42.26 21.85 50.13 -
YUV 113.5 170.62 210.38 -
System Red Green Blue C M Y K H S L
Decimal 229 40 189 0 0.83 0.17 0.10 312.7 0.78 0.53
Hex E5 28 BD 0 53 11 A 139 4E 35
Octal 345 50 275 0 123 21 12 471 116 65
Binary 11100101 101000 10111101 0 1010011 10001 1010 100111001 1001110 110101

Color Harmonies of #E528BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528BD

Black with #E528BD

Text Example


Text Example

White with #E528BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528BD; }

 p { color: rgb(229,40,189); }

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

background-color css

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

 a { background-color: rgb(229,40,189); }

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

border-color css

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

 span { border-color: rgb(229,40,189); }

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