Html Css Color HEX #E53BC8 Razzle Dazzle Rose

📋 copy color: '#E53BC8'

red 229 ◦ green 59 ◦ blue 200

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

Shades of Razzle Dazzle Rose #E53BC8

Tints of Razzle Dazzle Rose #E53BC8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.09%

 BLUE value IS 200 (78.52% from 255) = 40.98%

R = 46.93%
G = 12.09%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E53BC8 (or 0xE53BC8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3B and C8. RGB value is (229,59,200). Sum of RGB (Red+Green+Blue) = 229+59+200=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BC8 is #1AC437. Grayscale: #7D7D7D. Windows color (decimal): -1754168 or 13122533. OLE color: 13122533.

HSL color Cylindrical-coordinate representation of color #E53BC8: hue angle of 310.24º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53BC8 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 59 200 -
CMYK 0 0.74 0.13 0.10
HSL 310.24º 0.77% 0.56% -
HSV(B) 310.24º 0.74% 0.9% -
XYZ 44.3 23.96 56.93 -
YUV 125.9 169.82 201.54 -
System Red Green Blue C M Y K H S L
Decimal 229 59 200 0 0.74 0.13 0.10 310.24 0.77 0.56
Hex E5 3B C8 0 4A D A 136 4D 38
Octal 345 73 310 0 112 15 12 466 115 70
Binary 11100101 111011 11001000 0 1001010 1101 1010 100110110 1001101 111000

Color Harmonies of #E53BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BC8

Black with #E53BC8

Text Example


Text Example

White with #E53BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BC8; }

 p { color: rgb(229,59,200); }

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

background-color css

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

 a { background-color: rgb(229,59,200); }

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

border-color css

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

 span { border-color: rgb(229,59,200); }

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