Html Css Color HEX #E53BCC Razzle Dazzle Rose

📋 copy color: '#E53BCC'

red 229 ◦ green 59 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E53BCC

Tints of Razzle Dazzle Rose #E53BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 46.54%
G = 11.99%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E53BCC (or 0xE53BCC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3B and CC. RGB value is (229,59,204). Sum of RGB (Red+Green+Blue) = 229+59+204=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 59 (23.44% from 255 or 11.99% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BCC is #1AC433. Grayscale: #7D7D7D. Windows color (decimal): -1754164 or 13384677. OLE color: 13384677.

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

Color convert

RGB 229 59 204 -
CMYK 0 0.74 0.11 0.10
HSL 308.82º 0.77% 0.56% -
HSV(B) 308.82º 0.74% 0.9% -
XYZ 44.78 24.15 59.43 -
YUV 126.36 171.82 201.21 -
System Red Green Blue C M Y K H S L
Decimal 229 59 204 0 0.74 0.11 0.10 308.82 0.77 0.56
Hex E5 3B CC 0 4A B A 135 4D 38
Octal 345 73 314 0 112 13 12 465 115 70
Binary 11100101 111011 11001100 0 1001010 1011 1010 100110101 1001101 111000

Color Harmonies of #E53BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BCC

Black with #E53BCC

Text Example


Text Example

White with #E53BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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