Html Css Color HEX #E52BC9 Razzle Dazzle Rose

📋 copy color: '#E52BC9'

red 229 ◦ green 43 ◦ blue 201

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

Shades of Razzle Dazzle Rose #E52BC9

Tints of Razzle Dazzle Rose #E52BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 48.41%
G = 9.09%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E52BC9 (or 0xE52BC9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and C9. RGB value is (229,43,201). Sum of RGB (Red+Green+Blue) = 229+43+201=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 43 (17.19% from 255 or 9.09% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BC9 is #1AD436. Grayscale: #747474. Windows color (decimal): -1758263 or 13183973. OLE color: 13183973.

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

Color convert

RGB 229 43 201 -
CMYK 0 0.81 0.12 0.10
HSL 309.03º 0.78% 0.53% -
HSV(B) 309.03º 0.81% 0.9% -
XYZ 43.72 22.6 57.32 -
YUV 116.63 175.62 208.15 -
System Red Green Blue C M Y K H S L
Decimal 229 43 201 0 0.81 0.12 0.10 309.03 0.78 0.53
Hex E5 2B C9 0 51 C A 135 4E 35
Octal 345 53 311 0 121 14 12 465 116 65
Binary 11100101 101011 11001001 0 1010001 1100 1010 100110101 1001110 110101

Color Harmonies of #E52BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BC9

Black with #E52BC9

Text Example


Text Example

White with #E52BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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