Html Css Color HEX #E524CD Razzle Dazzle Rose

📋 copy color: '#E524CD'

red 229 ◦ green 36 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E524CD

Tints of Razzle Dazzle Rose #E524CD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.66%

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 48.72%
G = 7.66%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E524CD (or 0xE524CD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 24 and CD. RGB value is (229,36,205). Sum of RGB (Red+Green+Blue) = 229+36+205=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E524CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E524CD is #1ADB32. Grayscale: #707070. Windows color (decimal): -1760051 or 13444325. OLE color: 13444325.

HSL color Cylindrical-coordinate representation of color #E524CD: hue angle of 307.46º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E524CD is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 36 205 -
CMYK 0 0.84 0.10 0.10
HSL 307.46º 0.79% 0.52% -
HSV(B) 307.46º 0.84% 0.9% -
XYZ 43.96 22.33 59.75 -
YUV 112.97 179.94 210.76 -
System Red Green Blue C M Y K H S L
Decimal 229 36 205 0 0.84 0.10 0.10 307.46 0.79 0.52
Hex E5 24 CD 0 54 A A 133 4F 34
Octal 345 44 315 0 124 12 12 463 117 64
Binary 11100101 100100 11001101 0 1010100 1010 1010 100110011 1001111 110100

Color Harmonies of #E524CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524CD

Black with #E524CD

Text Example


Text Example

White with #E524CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524CD; }

 p { color: rgb(229,36,205); }

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

background-color css

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

 a { background-color: rgb(229,36,205); }

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

border-color css

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

 span { border-color: rgb(229,36,205); }

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