Html Css Color HEX #E52BDD Razzle Dazzle Rose

📋 copy color: '#E52BDD'

red 229 ◦ green 43 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E52BDD

Tints of Razzle Dazzle Rose #E52BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 46.45%
G = 8.72%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E52BDD (or 0xE52BDD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and DD. RGB value is (229,43,221). Sum of RGB (Red+Green+Blue) = 229+43+221=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 43 (17.19% from 255 or 8.72% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BDD is #1AD422. Grayscale: #767676. Windows color (decimal): -1758243 or 14494693. OLE color: 14494693.

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

Color convert

RGB 229 43 221 -
CMYK 0 0.81 0.03 0.10
HSL 302.58º 0.78% 0.53% -
HSV(B) 302.58º 0.81% 0.9% -
XYZ 46.23 23.61 70.53 -
YUV 118.91 185.62 206.53 -
System Red Green Blue C M Y K H S L
Decimal 229 43 221 0 0.81 0.03 0.10 302.58 0.78 0.53
Hex E5 2B DD 0 51 3 A 12F 4E 35
Octal 345 53 335 0 121 3 12 457 116 65
Binary 11100101 101011 11011101 0 1010001 11 1010 100101111 1001110 110101

Color Harmonies of #E52BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BDD

Black with #E52BDD

Text Example


Text Example

White with #E52BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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