Html Css Color HEX #E53CBF Razzle Dazzle Rose

📋 copy color: '#E53CBF'

red 229 ◦ green 60 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E53CBF

Tints of Razzle Dazzle Rose #E53CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.5%

 BLUE value IS 191 (75% from 255) = 39.79%

R = 47.71%
G = 12.5%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E53CBF (or 0xE53CBF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3C and BF. RGB value is (229,60,191). Sum of RGB (Red+Green+Blue) = 229+60+191=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CBF is #1AC340. Grayscale: #7D7D7D. Windows color (decimal): -1753921 or 12532965. OLE color: 12532965.

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

Color convert

RGB 229 60 191 -
CMYK 0 0.74 0.17 0.10
HSL 313.49º 0.76% 0.57% -
HSV(B) 313.49º 0.74% 0.9% -
XYZ 43.33 23.65 51.57 -
YUV 125.47 164.99 201.85 -
System Red Green Blue C M Y K H S L
Decimal 229 60 191 0 0.74 0.17 0.10 313.49 0.76 0.57
Hex E5 3C BF 0 4A 11 A 139 4C 39
Octal 345 74 277 0 112 21 12 471 114 71
Binary 11100101 111100 10111111 0 1001010 10001 1010 100111001 1001100 111001

Color Harmonies of #E53CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CBF

Black with #E53CBF

Text Example


Text Example

White with #E53CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CBF; }

 p { color: rgb(229,60,191); }

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

background-color css

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

 a { background-color: rgb(229,60,191); }

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

border-color css

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

 span { border-color: rgb(229,60,191); }

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