Html Css Color HEX #E528C1 Razzle Dazzle Rose

📋 copy color: '#E528C1'

red 229 ◦ green 40 ◦ blue 193

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

Shades of Razzle Dazzle Rose #E528C1

Tints of Razzle Dazzle Rose #E528C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.77%

R = 49.57%
G = 8.66%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E528C1 (or 0xE528C1) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and C1. RGB value is (229,40,193). Sum of RGB (Red+Green+Blue) = 229+40+193=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E528C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528C1 is #1AD73E. Grayscale: #717171. Windows color (decimal): -1759039 or 12658917. OLE color: 12658917.

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

Color convert

RGB 229 40 193 -
CMYK 0 0.83 0.16 0.10
HSL 311.43º 0.78% 0.53% -
HSV(B) 311.43º 0.83% 0.9% -
XYZ 42.7 22.03 52.45 -
YUV 113.95 172.62 210.06 -
System Red Green Blue C M Y K H S L
Decimal 229 40 193 0 0.83 0.16 0.10 311.43 0.78 0.53
Hex E5 28 C1 0 53 10 A 137 4E 35
Octal 345 50 301 0 123 20 12 467 116 65
Binary 11100101 101000 11000001 0 1010011 10000 1010 100110111 1001110 110101

Color Harmonies of #E528C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528C1

Black with #E528C1

Text Example


Text Example

White with #E528C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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