Html Css Color HEX #E528BE Razzle Dazzle Rose

📋 copy color: '#E528BE'

red 229 ◦ green 40 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E528BE

Tints of Razzle Dazzle Rose #E528BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 49.89%
G = 8.71%
B = 41.39%

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

#E528BE (or 0xE528BE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and BE. RGB value is (229,40,190). Sum of RGB (Red+Green+Blue) = 229+40+190=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E528BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528BE is #1AD741. Grayscale: #717171. Windows color (decimal): -1759042 or 12462309. OLE color: 12462309.

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

Color convert

RGB 229 40 190 -
CMYK 0 0.83 0.17 0.10
HSL 312.38º 0.78% 0.53% -
HSV(B) 312.38º 0.83% 0.9% -
XYZ 42.37 21.89 50.71 -
YUV 113.61 171.12 210.3 -
System Red Green Blue C M Y K H S L
Decimal 229 40 190 0 0.83 0.17 0.10 312.38 0.78 0.53
Hex E5 28 BE 0 53 11 A 138 4E 35
Octal 345 50 276 0 123 21 12 470 116 65
Binary 11100101 101000 10111110 0 1010011 10001 1010 100111000 1001110 110101

Color Harmonies of #E528BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528BE

Black with #E528BE

Text Example


Text Example

White with #E528BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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