Html Css Color HEX #E52CBC Razzle Dazzle Rose

📋 copy color: '#E52CBC'

red 229 ◦ green 44 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E52CBC

Tints of Razzle Dazzle Rose #E52CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.54%

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

R = 49.67%
G = 9.54%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E52CBC (or 0xE52CBC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and BC. RGB value is (229,44,188). Sum of RGB (Red+Green+Blue) = 229+44+188=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CBC is #1AD343. Grayscale: #737373. Windows color (decimal): -1758020 or 12332261. OLE color: 12332261.

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

Color convert

RGB 229 44 188 -
CMYK 0 0.81 0.18 0.10
HSL 313.3º 0.78% 0.54% -
HSV(B) 313.3º 0.81% 0.9% -
XYZ 42.29 22.09 49.61 -
YUV 115.73 168.79 208.79 -
System Red Green Blue C M Y K H S L
Decimal 229 44 188 0 0.81 0.18 0.10 313.3 0.78 0.54
Hex E5 2C BC 0 51 12 A 139 4E 36
Octal 345 54 274 0 121 22 12 471 116 66
Binary 11100101 101100 10111100 0 1010001 10010 1010 100111001 1001110 110110

Color Harmonies of #E52CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52CBC

Black with #E52CBC

Text Example


Text Example

White with #E52CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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