Html Css Color HEX #E429DC Razzle Dazzle Rose

📋 copy color: '#E429DC'

red 228 ◦ green 41 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E429DC

Tints of Razzle Dazzle Rose #E429DC

RGB

 RED value IS 228 (89.45% from 255) = 46.63%

 GREEN value IS 41 (16.41% from 255) = 8.38%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 46.63%
G = 8.38%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E429DC (or 0xE429DC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 29 and DC. RGB value is (228,41,220). Sum of RGB (Red+Green+Blue) = 228+41+220=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E429DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429DC is #1BD623. Grayscale: #747474. Windows color (decimal): -1824292 or 14428644. OLE color: 14428644.

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

Color convert

RGB 228 41 220 -
CMYK 0 0.82 0.04 0.11
HSL 302.57º 0.78% 0.53% -
HSV(B) 302.57º 0.82% 0.89% -
XYZ 45.71 23.25 69.79 -
YUV 117.32 185.95 206.95 -
System Red Green Blue C M Y K H S L
Decimal 228 41 220 0 0.82 0.04 0.11 302.57 0.78 0.53
Hex E4 29 DC 0 52 4 B 12F 4E 35
Octal 344 51 334 0 122 4 13 457 116 65
Binary 11100100 101001 11011100 0 1010010 100 1011 100101111 1001110 110101

Color Harmonies of #E429DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429DC

Black with #E429DC

Text Example


Text Example

White with #E429DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429DC; }

 p { color: rgb(228,41,220); }

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

background-color css

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

 a { background-color: rgb(228,41,220); }

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

border-color css

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

 span { border-color: rgb(228,41,220); }

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