Html Css Color HEX #E52FDB Razzle Dazzle Rose

📋 copy color: '#E52FDB'

red 229 ◦ green 47 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E52FDB

Tints of Razzle Dazzle Rose #E52FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 46.26%
G = 9.49%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E52FDB (or 0xE52FDB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2F and DB. RGB value is (229,47,219). Sum of RGB (Red+Green+Blue) = 229+47+219=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 47 (18.75% from 255 or 9.49% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52FDB is #1AD024. Grayscale: #787878. Windows color (decimal): -1757221 or 14364645. OLE color: 14364645.

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

Color convert

RGB 229 47 219 -
CMYK 0 0.79 0.04 0.10
HSL 303.3º 0.78% 0.54% -
HSV(B) 303.3º 0.79% 0.9% -
XYZ 46.12 23.81 69.18 -
YUV 121.03 183.3 205.01 -
System Red Green Blue C M Y K H S L
Decimal 229 47 219 0 0.79 0.04 0.10 303.3 0.78 0.54
Hex E5 2F DB 0 4F 4 A 12F 4E 36
Octal 345 57 333 0 117 4 12 457 116 66
Binary 11100101 101111 11011011 0 1001111 100 1010 100101111 1001110 110110

Color Harmonies of #E52FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52FDB

Black with #E52FDB

Text Example


Text Example

White with #E52FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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