Html Css Color HEX #E52CCB Razzle Dazzle Rose

📋 copy color: '#E52CCB'

red 229 ◦ green 44 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E52CCB

Tints of Razzle Dazzle Rose #E52CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.24%

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

R = 48.11%
G = 9.24%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E52CCB (or 0xE52CCB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and CB. RGB value is (229,44,203). Sum of RGB (Red+Green+Blue) = 229+44+203=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CCB is #1AD334. Grayscale: #747474. Windows color (decimal): -1758005 or 13315301. OLE color: 13315301.

HSL color Cylindrical-coordinate representation of color #E52CCB: hue angle of 308.43º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52CCB is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 44 203 -
CMYK 0 0.81 0.11 0.10
HSL 308.43º 0.78% 0.54% -
HSV(B) 308.43º 0.81% 0.9% -
XYZ 43.99 22.77 58.58 -
YUV 117.44 176.29 207.57 -
System Red Green Blue C M Y K H S L
Decimal 229 44 203 0 0.81 0.11 0.10 308.43 0.78 0.54
Hex E5 2C CB 0 51 B A 134 4E 36
Octal 345 54 313 0 121 13 12 464 116 66
Binary 11100101 101100 11001011 0 1010001 1011 1010 100110100 1001110 110110

Color Harmonies of #E52CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52CCB

Black with #E52CCB

Text Example


Text Example

White with #E52CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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