Html Css Color HEX #E53BCD Razzle Dazzle Rose

📋 copy color: '#E53BCD'

red 229 ◦ green 59 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E53BCD

Tints of Razzle Dazzle Rose #E53BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 46.45%
G = 11.97%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E53BCD (or 0xE53BCD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3B and CD. RGB value is (229,59,205). Sum of RGB (Red+Green+Blue) = 229+59+205=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BCD is #1AC432. Grayscale: #7E7E7E. Windows color (decimal): -1754163 or 13450213. OLE color: 13450213.

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

Color convert

RGB 229 59 205 -
CMYK 0 0.74 0.10 0.10
HSL 308.47º 0.77% 0.56% -
HSV(B) 308.47º 0.74% 0.9% -
XYZ 44.9 24.19 60.06 -
YUV 126.47 172.32 201.13 -
System Red Green Blue C M Y K H S L
Decimal 229 59 205 0 0.74 0.10 0.10 308.47 0.77 0.56
Hex E5 3B CD 0 4A A A 134 4D 38
Octal 345 73 315 0 112 12 12 464 115 70
Binary 11100101 111011 11001101 0 1001010 1010 1010 100110100 1001101 111000

Color Harmonies of #E53BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BCD

Black with #E53BCD

Text Example


Text Example

White with #E53BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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