Html Css Color HEX #E52BDF Razzle Dazzle Rose

📋 copy color: '#E52BDF'

red 229 ◦ green 43 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E52BDF

Tints of Razzle Dazzle Rose #E52BDF

RGB

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

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

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

R = 46.26%
G = 8.69%
B = 45.05%

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

#E52BDF (or 0xE52BDF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and DF. RGB value is (229,43,223). Sum of RGB (Red+Green+Blue) = 229+43+223=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 43 (17.19% from 255 or 8.69% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BDF is #1AD420. Grayscale: #767676. Windows color (decimal): -1758241 or 14625765. OLE color: 14625765.

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

Color convert

RGB 229 43 223 -
CMYK 0 0.81 0.03 0.10
HSL 301.94º 0.78% 0.53% -
HSV(B) 301.94º 0.81% 0.9% -
XYZ 46.5 23.71 71.94 -
YUV 119.13 186.62 206.36 -
System Red Green Blue C M Y K H S L
Decimal 229 43 223 0 0.81 0.03 0.10 301.94 0.78 0.53
Hex E5 2B DF 0 51 3 A 12E 4E 35
Octal 345 53 337 0 121 3 12 456 116 65
Binary 11100101 101011 11011111 0 1010001 11 1010 100101110 1001110 110101

Color Harmonies of #E52BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BDF

Black with #E52BDF

Text Example


Text Example

White with #E52BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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