Html Css Color HEX #E52FDA Razzle Dazzle Rose

📋 copy color: '#E52FDA'

red 229 ◦ green 47 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E52FDA

Tints of Razzle Dazzle Rose #E52FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.51%

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 46.36%
G = 9.51%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E52FDA (or 0xE52FDA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2F and DA. RGB value is (229,47,218). Sum of RGB (Red+Green+Blue) = 229+47+218=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 47 (18.75% from 255 or 9.51% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52FDA is #1AD025. Grayscale: #787878. Windows color (decimal): -1757222 or 14299109. OLE color: 14299109.

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

Color convert

RGB 229 47 218 -
CMYK 0 0.79 0.05 0.10
HSL 303.63º 0.78% 0.54% -
HSV(B) 303.63º 0.79% 0.9% -
XYZ 45.98 23.75 68.49 -
YUV 120.91 182.8 205.1 -
System Red Green Blue C M Y K H S L
Decimal 229 47 218 0 0.79 0.05 0.10 303.63 0.78 0.54
Hex E5 2F DA 0 4F 5 A 130 4E 36
Octal 345 57 332 0 117 5 12 460 116 66
Binary 11100101 101111 11011010 0 1001111 101 1010 100110000 1001110 110110

Color Harmonies of #E52FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52FDA

Black with #E52FDA

Text Example


Text Example

White with #E52FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52FDA; }

 p { color: rgb(229,47,218); }

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

background-color css

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

 a { background-color: rgb(229,47,218); }

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

border-color css

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

 span { border-color: rgb(229,47,218); }

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