Html Css Color HEX #E525CD Razzle Dazzle Rose

📋 copy color: '#E525CD'

red 229 ◦ green 37 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E525CD

Tints of Razzle Dazzle Rose #E525CD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.86%

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

R = 48.62%
G = 7.86%
B = 43.52%

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

#E525CD (or 0xE525CD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 25 and CD. RGB value is (229,37,205). Sum of RGB (Red+Green+Blue) = 229+37+205=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E525CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E525CD is #1ADA32. Grayscale: #717171. Windows color (decimal): -1759795 or 13444581. OLE color: 13444581.

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

Color convert

RGB 229 37 205 -
CMYK 0 0.84 0.10 0.10
HSL 307.5º 0.79% 0.52% -
HSV(B) 307.5º 0.84% 0.9% -
XYZ 43.99 22.39 59.76 -
YUV 113.56 179.61 210.34 -
System Red Green Blue C M Y K H S L
Decimal 229 37 205 0 0.84 0.10 0.10 307.5 0.79 0.52
Hex E5 25 CD 0 54 A A 134 4F 34
Octal 345 45 315 0 124 12 12 464 117 64
Binary 11100101 100101 11001101 0 1010100 1010 1010 100110100 1001111 110100

Color Harmonies of #E525CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525CD

Black with #E525CD

Text Example


Text Example

White with #E525CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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