Html Css Color HEX #E528CA Razzle Dazzle Rose

📋 copy color: '#E528CA'

red 229 ◦ green 40 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E528CA

Tints of Razzle Dazzle Rose #E528CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 48.62%
G = 8.49%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E528CA (or 0xE528CA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and CA. RGB value is (229,40,202). Sum of RGB (Red+Green+Blue) = 229+40+202=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E528CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528CA is #1AD735. Grayscale: #727272. Windows color (decimal): -1759030 or 13248741. OLE color: 13248741.

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

Color convert

RGB 229 40 202 -
CMYK 0 0.83 0.12 0.10
HSL 308.57º 0.78% 0.53% -
HSV(B) 308.57º 0.83% 0.9% -
XYZ 43.73 22.44 57.9 -
YUV 114.98 177.12 209.33 -
System Red Green Blue C M Y K H S L
Decimal 229 40 202 0 0.83 0.12 0.10 308.57 0.78 0.53
Hex E5 28 CA 0 53 C A 135 4E 35
Octal 345 50 312 0 123 14 12 465 116 65
Binary 11100101 101000 11001010 0 1010011 1100 1010 100110101 1001110 110101

Color Harmonies of #E528CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528CA

Black with #E528CA

Text Example


Text Example

White with #E528CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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