Html Css Color HEX #E53CCB Razzle Dazzle Rose

📋 copy color: '#E53CCB'

red 229 ◦ green 60 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E53CCB

Tints of Razzle Dazzle Rose #E53CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 46.54%
G = 12.2%
B = 41.26%

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

#E53CCB (or 0xE53CCB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3C and CB. RGB value is (229,60,203). Sum of RGB (Red+Green+Blue) = 229+60+203=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CCB is #1AC334. Grayscale: #7E7E7E. Windows color (decimal): -1753909 or 13319397. OLE color: 13319397.

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

Color convert

RGB 229 60 203 -
CMYK 0 0.74 0.11 0.10
HSL 309.23º 0.76% 0.57% -
HSV(B) 309.23º 0.74% 0.9% -
XYZ 44.71 24.2 58.81 -
YUV 126.83 170.99 200.87 -
System Red Green Blue C M Y K H S L
Decimal 229 60 203 0 0.74 0.11 0.10 309.23 0.76 0.57
Hex E5 3C CB 0 4A B A 135 4C 39
Octal 345 74 313 0 112 13 12 465 114 71
Binary 11100101 111100 11001011 0 1001010 1011 1010 100110101 1001100 111001

Color Harmonies of #E53CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CCB

Black with #E53CCB

Text Example


Text Example

White with #E53CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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