Html Css Color HEX #E53BC7 Razzle Dazzle Rose

📋 copy color: '#E53BC7'

red 229 ◦ green 59 ◦ blue 199

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

Shades of Razzle Dazzle Rose #E53BC7

Tints of Razzle Dazzle Rose #E53BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.86%

R = 47.02%
G = 12.11%
B = 40.86%

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

#E53BC7 (or 0xE53BC7) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3B and C7. RGB value is (229,59,199). Sum of RGB (Red+Green+Blue) = 229+59+199=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BC7 is #1AC438. Grayscale: #7D7D7D. Windows color (decimal): -1754169 or 13056997. OLE color: 13056997.

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

Color convert

RGB 229 59 199 -
CMYK 0 0.74 0.13 0.10
HSL 310.59º 0.77% 0.56% -
HSV(B) 310.59º 0.74% 0.9% -
XYZ 44.19 23.91 56.32 -
YUV 125.79 169.32 201.62 -
System Red Green Blue C M Y K H S L
Decimal 229 59 199 0 0.74 0.13 0.10 310.59 0.77 0.56
Hex E5 3B C7 0 4A D A 137 4D 38
Octal 345 73 307 0 112 15 12 467 115 70
Binary 11100101 111011 11000111 0 1001010 1101 1010 100110111 1001101 111000

Color Harmonies of #E53BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BC7

Black with #E53BC7

Text Example


Text Example

White with #E53BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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