Html Css Color HEX #E529BE Razzle Dazzle Rose

📋 copy color: '#E529BE'

red 229 ◦ green 41 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E529BE

Tints of Razzle Dazzle Rose #E529BE

RGB

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

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

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

R = 49.78%
G = 8.91%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E529BE (or 0xE529BE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and BE. RGB value is (229,41,190). Sum of RGB (Red+Green+Blue) = 229+41+190=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E529BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529BE is #1AD641. Grayscale: #717171. Windows color (decimal): -1758786 or 12462565. OLE color: 12462565.

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

Color convert

RGB 229 41 190 -
CMYK 0 0.82 0.17 0.10
HSL 312.45º 0.78% 0.53% -
HSV(B) 312.45º 0.82% 0.9% -
XYZ 42.4 21.96 50.72 -
YUV 114.2 170.78 209.88 -
System Red Green Blue C M Y K H S L
Decimal 229 41 190 0 0.82 0.17 0.10 312.45 0.78 0.53
Hex E5 29 BE 0 52 11 A 138 4E 35
Octal 345 51 276 0 122 21 12 470 116 65
Binary 11100101 101001 10111110 0 1010010 10001 1010 100111000 1001110 110101

Color Harmonies of #E529BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529BE

Black with #E529BE

Text Example


Text Example

White with #E529BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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