Html Css Color HEX #E528BF Razzle Dazzle Rose

📋 copy color: '#E528BF'

red 229 ◦ green 40 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E528BF

Tints of Razzle Dazzle Rose #E528BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.52%

R = 49.78%
G = 8.7%
B = 41.52%

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

#E528BF (or 0xE528BF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and BF. RGB value is (229,40,191). Sum of RGB (Red+Green+Blue) = 229+40+191=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E528BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528BF is #1AD740. Grayscale: #717171. Windows color (decimal): -1759041 or 12527845. OLE color: 12527845.

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

Color convert

RGB 229 40 191 -
CMYK 0 0.83 0.17 0.10
HSL 312.06º 0.78% 0.53% -
HSV(B) 312.06º 0.83% 0.9% -
XYZ 42.48 21.94 51.29 -
YUV 113.73 171.62 210.22 -
System Red Green Blue C M Y K H S L
Decimal 229 40 191 0 0.83 0.17 0.10 312.06 0.78 0.53
Hex E5 28 BF 0 53 11 A 138 4E 35
Octal 345 50 277 0 123 21 12 470 116 65
Binary 11100101 101000 10111111 0 1010011 10001 1010 100111000 1001110 110101

Color Harmonies of #E528BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528BF

Black with #E528BF

Text Example


Text Example

White with #E528BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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