Html Css Color HEX #E527BD Razzle Dazzle Rose

📋 copy color: '#E527BD'

red 229 ◦ green 39 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E527BD

Tints of Razzle Dazzle Rose #E527BD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.53%

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

R = 50.11%
G = 8.53%
B = 41.36%

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

#E527BD (or 0xE527BD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 27 and BD. RGB value is (229,39,189). Sum of RGB (Red+Green+Blue) = 229+39+189=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E527BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E527BD is #1AD842. Grayscale: #707070. Windows color (decimal): -1759299 or 12396517. OLE color: 12396517.

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

Color convert

RGB 229 39 189 -
CMYK 0 0.83 0.17 0.10
HSL 312.63º 0.79% 0.53% -
HSV(B) 312.63º 0.83% 0.9% -
XYZ 42.22 21.78 50.12 -
YUV 112.91 170.95 210.8 -
System Red Green Blue C M Y K H S L
Decimal 229 39 189 0 0.83 0.17 0.10 312.63 0.79 0.53
Hex E5 27 BD 0 53 11 A 139 4F 35
Octal 345 47 275 0 123 21 12 471 117 65
Binary 11100101 100111 10111101 0 1010011 10001 1010 100111001 1001111 110101

Color Harmonies of #E527BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527BD

Black with #E527BD

Text Example


Text Example

White with #E527BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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