Html Css Color HEX #E52BC4 Razzle Dazzle Rose

📋 copy color: '#E52BC4'

red 229 ◦ green 43 ◦ blue 196

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

Shades of Razzle Dazzle Rose #E52BC4

Tints of Razzle Dazzle Rose #E52BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.88%

R = 48.93%
G = 9.19%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E52BC4 (or 0xE52BC4) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and C4. RGB value is (229,43,196). Sum of RGB (Red+Green+Blue) = 229+43+196=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BC4 is #1AD43B. Grayscale: #737373. Windows color (decimal): -1758268 or 12856293. OLE color: 12856293.

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

Color convert

RGB 229 43 196 -
CMYK 0 0.81 0.14 0.10
HSL 310.65º 0.78% 0.53% -
HSV(B) 310.65º 0.81% 0.9% -
XYZ 43.14 22.37 54.27 -
YUV 116.06 173.12 208.56 -
System Red Green Blue C M Y K H S L
Decimal 229 43 196 0 0.81 0.14 0.10 310.65 0.78 0.53
Hex E5 2B C4 0 51 E A 137 4E 35
Octal 345 53 304 0 121 16 12 467 116 65
Binary 11100101 101011 11000100 0 1010001 1110 1010 100110111 1001110 110101

Color Harmonies of #E52BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BC4

Black with #E52BC4

Text Example


Text Example

White with #E52BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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