Html Css Color HEX #E52ECB Razzle Dazzle Rose

📋 copy color: '#E52ECB'

red 229 ◦ green 46 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E52ECB

Tints of Razzle Dazzle Rose #E52ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.62%

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 47.91%
G = 9.62%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E52ECB (or 0xE52ECB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2E and CB. RGB value is (229,46,203). Sum of RGB (Red+Green+Blue) = 229+46+203=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E52ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52ECB is #1AD134. Grayscale: #767676. Windows color (decimal): -1757493 or 13315813. OLE color: 13315813.

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

Color convert

RGB 229 46 203 -
CMYK 0 0.80 0.11 0.10
HSL 308.52º 0.78% 0.54% -
HSV(B) 308.52º 0.8% 0.9% -
XYZ 44.07 22.92 58.6 -
YUV 118.62 175.63 206.73 -
System Red Green Blue C M Y K H S L
Decimal 229 46 203 0 0.80 0.11 0.10 308.52 0.78 0.54
Hex E5 2E CB 0 50 B A 135 4E 36
Octal 345 56 313 0 120 13 12 465 116 66
Binary 11100101 101110 11001011 0 1010000 1011 1010 100110101 1001110 110110

Color Harmonies of #E52ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52ECB

Black with #E52ECB

Text Example


Text Example

White with #E52ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52ECB; }

 p { color: rgb(229,46,203); }

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

background-color css

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

 a { background-color: rgb(229,46,203); }

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

border-color css

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

 span { border-color: rgb(229,46,203); }

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