Html Css Color HEX #E52BBC Razzle Dazzle Rose

📋 copy color: '#E52BBC'

red 229 ◦ green 43 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E52BBC

Tints of Razzle Dazzle Rose #E52BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.35%

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

R = 49.78%
G = 9.35%
B = 40.87%

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

#E52BBC (or 0xE52BBC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and BC. RGB value is (229,43,188). Sum of RGB (Red+Green+Blue) = 229+43+188=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BBC is #1AD443. Grayscale: #727272. Windows color (decimal): -1758276 or 12332005. OLE color: 12332005.

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

Color convert

RGB 229 43 188 -
CMYK 0 0.81 0.18 0.10
HSL 313.23º 0.78% 0.53% -
HSV(B) 313.23º 0.81% 0.9% -
XYZ 42.25 22.02 49.6 -
YUV 115.14 169.12 209.21 -
System Red Green Blue C M Y K H S L
Decimal 229 43 188 0 0.81 0.18 0.10 313.23 0.78 0.53
Hex E5 2B BC 0 51 12 A 139 4E 35
Octal 345 53 274 0 121 22 12 471 116 65
Binary 11100101 101011 10111100 0 1010001 10010 1010 100111001 1001110 110101

Color Harmonies of #E52BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BBC

Black with #E52BBC

Text Example


Text Example

White with #E52BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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