Html Css Color HEX #E52ACB Razzle Dazzle Rose

📋 copy color: '#E52ACB'

red 229 ◦ green 42 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E52ACB

Tints of Razzle Dazzle Rose #E52ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.86%

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

R = 48.31%
G = 8.86%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E52ACB (or 0xE52ACB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and CB. RGB value is (229,42,203). Sum of RGB (Red+Green+Blue) = 229+42+203=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E52ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52ACB is #1AD534. Grayscale: #737373. Windows color (decimal): -1758517 or 13314789. OLE color: 13314789.

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

Color convert

RGB 229 42 203 -
CMYK 0 0.82 0.11 0.10
HSL 308.34º 0.78% 0.53% -
HSV(B) 308.34º 0.82% 0.9% -
XYZ 43.92 22.63 58.55 -
YUV 116.27 176.95 208.41 -
System Red Green Blue C M Y K H S L
Decimal 229 42 203 0 0.82 0.11 0.10 308.34 0.78 0.53
Hex E5 2A CB 0 52 B A 134 4E 35
Octal 345 52 313 0 122 13 12 464 116 65
Binary 11100101 101010 11001011 0 1010010 1011 1010 100110100 1001110 110101

Color Harmonies of #E52ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52ACB

Black with #E52ACB

Text Example


Text Example

White with #E52ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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