Html Css Color HEX #E526DF Razzle Dazzle Rose

📋 copy color: '#E526DF'

red 229 ◦ green 38 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E526DF

Tints of Razzle Dazzle Rose #E526DF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.76%

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 46.73%
G = 7.76%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E526DF (or 0xE526DF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 26 and DF. RGB value is (229,38,223). Sum of RGB (Red+Green+Blue) = 229+38+223=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 38 (15.23% from 255 or 7.76% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E526DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526DF is #1AD920. Grayscale: #737373. Windows color (decimal): -1759521 or 14624485. OLE color: 14624485.

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

Color convert

RGB 229 38 223 -
CMYK 0 0.83 0.03 0.10
HSL 301.88º 0.79% 0.52% -
HSV(B) 301.88º 0.83% 0.9% -
XYZ 46.33 23.37 71.88 -
YUV 116.2 188.28 208.46 -
System Red Green Blue C M Y K H S L
Decimal 229 38 223 0 0.83 0.03 0.10 301.88 0.79 0.52
Hex E5 26 DF 0 53 3 A 12E 4F 34
Octal 345 46 337 0 123 3 12 456 117 64
Binary 11100101 100110 11011111 0 1010011 11 1010 100101110 1001111 110100

Color Harmonies of #E526DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526DF

Black with #E526DF

Text Example


Text Example

White with #E526DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526DF; }

 p { color: rgb(229,38,223); }

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

background-color css

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

 a { background-color: rgb(229,38,223); }

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

border-color css

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

 span { border-color: rgb(229,38,223); }

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