Html Css Color HEX #E52BE0 Razzle Dazzle Rose

📋 copy color: '#E52BE0'

red 229 ◦ green 43 ◦ blue 224

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

Shades of Razzle Dazzle Rose #E52BE0

Tints of Razzle Dazzle Rose #E52BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.16%

R = 46.17%
G = 8.67%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E52BE0 (or 0xE52BE0) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and E0. RGB value is (229,43,224). Sum of RGB (Red+Green+Blue) = 229+43+224=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 43 (17.19% from 255 or 8.67% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BE0 is #1AD41F. Grayscale: #767676. Windows color (decimal): -1758240 or 14691301. OLE color: 14691301.

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

Color convert

RGB 229 43 224 -
CMYK 0 0.81 0.02 0.10
HSL 301.61º 0.78% 0.53% -
HSV(B) 301.61º 0.81% 0.9% -
XYZ 46.63 23.77 72.65 -
YUV 119.25 187.12 206.28 -
System Red Green Blue C M Y K H S L
Decimal 229 43 224 0 0.81 0.02 0.10 301.61 0.78 0.53
Hex E5 2B E0 0 51 2 A 12E 4E 35
Octal 345 53 340 0 121 2 12 456 116 65
Binary 11100101 101011 11100000 0 1010001 10 1010 100101110 1001110 110101

Color Harmonies of #E52BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BE0

Black with #E52BE0

Text Example


Text Example

White with #E52BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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