Html Css Color HEX #E525DB Razzle Dazzle Rose

📋 copy color: '#E525DB'

red 229 ◦ green 37 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E525DB

Tints of Razzle Dazzle Rose #E525DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 47.22%
G = 7.63%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E525DB (or 0xE525DB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 25 and DB. RGB value is (229,37,219). Sum of RGB (Red+Green+Blue) = 229+37+219=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E525DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E525DB is #1ADA24. Grayscale: #727272. Windows color (decimal): -1759781 or 14362085. OLE color: 14362085.

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

Color convert

RGB 229 37 219 -
CMYK 0 0.84 0.04 0.10
HSL 303.13º 0.79% 0.52% -
HSV(B) 303.13º 0.84% 0.9% -
XYZ 45.76 23.1 69.06 -
YUV 115.16 186.61 209.2 -
System Red Green Blue C M Y K H S L
Decimal 229 37 219 0 0.84 0.04 0.10 303.13 0.79 0.52
Hex E5 25 DB 0 54 4 A 12F 4F 34
Octal 345 45 333 0 124 4 12 457 117 64
Binary 11100101 100101 11011011 0 1010100 100 1010 100101111 1001111 110100

Color Harmonies of #E525DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525DB

Black with #E525DB

Text Example


Text Example

White with #E525DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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