Html Css Color HEX #E52BBD Razzle Dazzle Rose

📋 copy color: '#E52BBD'

red 229 ◦ green 43 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E52BBD

Tints of Razzle Dazzle Rose #E52BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 49.67%
G = 9.33%
B = 41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E52BBD (or 0xE52BBD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and BD. RGB value is (229,43,189). Sum of RGB (Red+Green+Blue) = 229+43+189=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BBD is #1AD442. Grayscale: #727272. Windows color (decimal): -1758275 or 12397541. OLE color: 12397541.

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

Color convert

RGB 229 43 189 -
CMYK 0 0.81 0.17 0.10
HSL 312.9º 0.78% 0.53% -
HSV(B) 312.9º 0.81% 0.9% -
XYZ 42.36 22.06 50.17 -
YUV 115.26 169.62 209.13 -
System Red Green Blue C M Y K H S L
Decimal 229 43 189 0 0.81 0.17 0.10 312.9 0.78 0.53
Hex E5 2B BD 0 51 11 A 139 4E 35
Octal 345 53 275 0 121 21 12 471 116 65
Binary 11100101 101011 10111101 0 1010001 10001 1010 100111001 1001110 110101

Color Harmonies of #E52BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BBD

Black with #E52BBD

Text Example


Text Example

White with #E52BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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