Html Css Color HEX #E528BB Razzle Dazzle Rose

📋 copy color: '#E528BB'

red 229 ◦ green 40 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E528BB

Tints of Razzle Dazzle Rose #E528BB

RGB

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

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

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

R = 50.22%
G = 8.77%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E528BB (or 0xE528BB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and BB. RGB value is (229,40,187). Sum of RGB (Red+Green+Blue) = 229+40+187=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E528BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528BB is #1AD744. Grayscale: #707070. Windows color (decimal): -1759045 or 12265701. OLE color: 12265701.

HSL color Cylindrical-coordinate representation of color #E528BB: hue angle of 313.33º 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 #E528BB is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 40 187 -
CMYK 0 0.83 0.18 0.10
HSL 313.33º 0.78% 0.53% -
HSV(B) 313.33º 0.83% 0.9% -
XYZ 42.04 21.76 49 -
YUV 113.27 169.62 210.55 -
System Red Green Blue C M Y K H S L
Decimal 229 40 187 0 0.83 0.18 0.10 313.33 0.78 0.53
Hex E5 28 BB 0 53 12 A 139 4E 35
Octal 345 50 273 0 123 22 12 471 116 65
Binary 11100101 101000 10111011 0 1010011 10010 1010 100111001 1001110 110101

Color Harmonies of #E528BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528BB

Black with #E528BB

Text Example


Text Example

White with #E528BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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