Html Css Color HEX #E528CC Razzle Dazzle Rose

📋 copy color: '#E528CC'

red 229 ◦ green 40 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E528CC

Tints of Razzle Dazzle Rose #E528CC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.46%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 48.41%
G = 8.46%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E528CC (or 0xE528CC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and CC. RGB value is (229,40,204). Sum of RGB (Red+Green+Blue) = 229+40+204=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E528CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528CC is #1AD733. Grayscale: #727272. Windows color (decimal): -1759028 or 13379813. OLE color: 13379813.

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

Color convert

RGB 229 40 204 -
CMYK 0 0.83 0.11 0.10
HSL 307.94º 0.78% 0.53% -
HSV(B) 307.94º 0.83% 0.9% -
XYZ 43.97 22.54 59.16 -
YUV 115.21 178.12 209.16 -
System Red Green Blue C M Y K H S L
Decimal 229 40 204 0 0.83 0.11 0.10 307.94 0.78 0.53
Hex E5 28 CC 0 53 B A 134 4E 35
Octal 345 50 314 0 123 13 12 464 116 65
Binary 11100101 101000 11001100 0 1010011 1011 1010 100110100 1001110 110101

Color Harmonies of #E528CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528CC

Black with #E528CC

Text Example


Text Example

White with #E528CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528CC; }

 p { color: rgb(229,40,204); }

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

background-color css

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

 a { background-color: rgb(229,40,204); }

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

border-color css

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

 span { border-color: rgb(229,40,204); }

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