Html Css Color HEX #E52BBE Razzle Dazzle Rose

📋 copy color: '#E52BBE'

red 229 ◦ green 43 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E52BBE

Tints of Razzle Dazzle Rose #E52BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 49.57%
G = 9.31%
B = 41.13%

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

#E52BBE (or 0xE52BBE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and BE. RGB value is (229,43,190). Sum of RGB (Red+Green+Blue) = 229+43+190=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BBE is #1AD441. Grayscale: #727272. Windows color (decimal): -1758274 or 12463077. OLE color: 12463077.

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

Color convert

RGB 229 43 190 -
CMYK 0 0.81 0.17 0.10
HSL 312.58º 0.78% 0.53% -
HSV(B) 312.58º 0.81% 0.9% -
XYZ 42.47 22.1 50.74 -
YUV 115.37 170.12 209.05 -
System Red Green Blue C M Y K H S L
Decimal 229 43 190 0 0.81 0.17 0.10 312.58 0.78 0.53
Hex E5 2B BE 0 51 11 A 139 4E 35
Octal 345 53 276 0 121 21 12 471 116 65
Binary 11100101 101011 10111110 0 1010001 10001 1010 100111001 1001110 110101

Color Harmonies of #E52BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BBE

Black with #E52BBE

Text Example


Text Example

White with #E52BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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