Html Css Color HEX #E52CBB Razzle Dazzle Rose

📋 copy color: '#E52CBB'

red 229 ◦ green 44 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E52CBB

Tints of Razzle Dazzle Rose #E52CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 49.78%
G = 9.57%
B = 40.65%

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

#E52CBB (or 0xE52CBB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and BB. RGB value is (229,44,187). Sum of RGB (Red+Green+Blue) = 229+44+187=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CBB is #1AD344. Grayscale: #737373. Windows color (decimal): -1758021 or 12266725. OLE color: 12266725.

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

Color convert

RGB 229 44 187 -
CMYK 0 0.81 0.18 0.10
HSL 313.62º 0.78% 0.54% -
HSV(B) 313.62º 0.81% 0.9% -
XYZ 42.18 22.05 49.05 -
YUV 115.62 168.29 208.87 -
System Red Green Blue C M Y K H S L
Decimal 229 44 187 0 0.81 0.18 0.10 313.62 0.78 0.54
Hex E5 2C BB 0 51 12 A 13A 4E 36
Octal 345 54 273 0 121 22 12 472 116 66
Binary 11100101 101100 10111011 0 1010001 10010 1010 100111010 1001110 110110

Color Harmonies of #E52CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52CBB

Black with #E52CBB

Text Example


Text Example

White with #E52CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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