Html Css Color HEX #E52BDA Razzle Dazzle Rose

📋 copy color: '#E52BDA'

red 229 ◦ green 43 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E52BDA

Tints of Razzle Dazzle Rose #E52BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.78%

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

R = 46.73%
G = 8.78%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E52BDA (or 0xE52BDA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and DA. RGB value is (229,43,218). Sum of RGB (Red+Green+Blue) = 229+43+218=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 43 (17.19% from 255 or 8.78% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BDA is #1AD425. Grayscale: #767676. Windows color (decimal): -1758246 or 14298085. OLE color: 14298085.

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

Color convert

RGB 229 43 218 -
CMYK 0 0.81 0.05 0.10
HSL 303.55º 0.78% 0.53% -
HSV(B) 303.55º 0.81% 0.9% -
XYZ 45.83 23.45 68.44 -
YUV 118.56 184.12 206.77 -
System Red Green Blue C M Y K H S L
Decimal 229 43 218 0 0.81 0.05 0.10 303.55 0.78 0.53
Hex E5 2B DA 0 51 5 A 130 4E 35
Octal 345 53 332 0 121 5 12 460 116 65
Binary 11100101 101011 11011010 0 1010001 101 1010 100110000 1001110 110101

Color Harmonies of #E52BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BDA

Black with #E52BDA

Text Example


Text Example

White with #E52BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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