Html Css Color HEX #E52ABC Razzle Dazzle Rose

📋 copy color: '#E52ABC'

red 229 ◦ green 42 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E52ABC

Tints of Razzle Dazzle Rose #E52ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 49.89%
G = 9.15%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E52ABC (or 0xE52ABC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and BC. RGB value is (229,42,188). Sum of RGB (Red+Green+Blue) = 229+42+188=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E52ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52ABC is #1AD543. Grayscale: #727272. Windows color (decimal): -1758532 or 12331749. OLE color: 12331749.

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

Color convert

RGB 229 42 188 -
CMYK 0 0.82 0.18 0.10
HSL 313.16º 0.78% 0.53% -
HSV(B) 313.16º 0.82% 0.9% -
XYZ 42.22 21.94 49.59 -
YUV 114.56 169.45 209.63 -
System Red Green Blue C M Y K H S L
Decimal 229 42 188 0 0.82 0.18 0.10 313.16 0.78 0.53
Hex E5 2A BC 0 52 12 A 139 4E 35
Octal 345 52 274 0 122 22 12 471 116 65
Binary 11100101 101010 10111100 0 1010010 10010 1010 100111001 1001110 110101

Color Harmonies of #E52ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52ABC

Black with #E52ABC

Text Example


Text Example

White with #E52ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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