Html Css Color HEX #E52EDC Razzle Dazzle Rose

📋 copy color: '#E52EDC'

red 229 ◦ green 46 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E52EDC

Tints of Razzle Dazzle Rose #E52EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.29%

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 46.26%
G = 9.29%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E52EDC (or 0xE52EDC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2E and DC. RGB value is (229,46,220). Sum of RGB (Red+Green+Blue) = 229+46+220=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 46 (18.36% from 255 or 9.29% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52EDC is #1AD123. Grayscale: #787878. Windows color (decimal): -1757476 or 14429925. OLE color: 14429925.

HSL color Cylindrical-coordinate representation of color #E52EDC: hue angle of 302.95º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52EDC is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 46 220 -
CMYK 0 0.80 0.04 0.10
HSL 302.95º 0.78% 0.54% -
HSV(B) 302.95º 0.8% 0.9% -
XYZ 46.21 23.78 69.86 -
YUV 120.55 184.13 205.35 -
System Red Green Blue C M Y K H S L
Decimal 229 46 220 0 0.80 0.04 0.10 302.95 0.78 0.54
Hex E5 2E DC 0 50 4 A 12F 4E 36
Octal 345 56 334 0 120 4 12 457 116 66
Binary 11100101 101110 11011100 0 1010000 100 1010 100101111 1001110 110110

Color Harmonies of #E52EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52EDC

Black with #E52EDC

Text Example


Text Example

White with #E52EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52EDC; }

 p { color: rgb(229,46,220); }

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

background-color css

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

 a { background-color: rgb(229,46,220); }

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

border-color css

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

 span { border-color: rgb(229,46,220); }

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