Html Css Color HEX #E527D0 Razzle Dazzle Rose

📋 copy color: '#E527D0'

red 229 ◦ green 39 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E527D0

Tints of Razzle Dazzle Rose #E527D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.7%

R = 48.11%
G = 8.19%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E527D0 (or 0xE527D0) is known color: Razzle Dazzle Rose. HEX triplet: E5, 27 and D0. RGB value is (229,39,208). Sum of RGB (Red+Green+Blue) = 229+39+208=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E527D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E527D0 is #1AD82F. Grayscale: #727272. Windows color (decimal): -1759280 or 13641701. OLE color: 13641701.

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

Color convert

RGB 229 39 208 -
CMYK 0 0.83 0.09 0.10
HSL 306.63º 0.79% 0.53% -
HSV(B) 306.63º 0.83% 0.9% -
XYZ 44.42 22.66 61.71 -
YUV 115.08 180.45 209.26 -
System Red Green Blue C M Y K H S L
Decimal 229 39 208 0 0.83 0.09 0.10 306.63 0.79 0.53
Hex E5 27 D0 0 53 9 A 133 4F 35
Octal 345 47 320 0 123 11 12 463 117 65
Binary 11100101 100111 11010000 0 1010011 1001 1010 100110011 1001111 110101

Color Harmonies of #E527D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527D0

Black with #E527D0

Text Example


Text Example

White with #E527D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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