Html Css Color HEX #E429DF Razzle Dazzle Rose

📋 copy color: '#E429DF'

red 228 ◦ green 41 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E429DF

Tints of Razzle Dazzle Rose #E429DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 46.34%
G = 8.33%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E429DF (or 0xE429DF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 29 and DF. RGB value is (228,41,223). Sum of RGB (Red+Green+Blue) = 228+41+223=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E429DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429DF is #1BD620. Grayscale: #757575. Windows color (decimal): -1824289 or 14625252. OLE color: 14625252.

HSL color Cylindrical-coordinate representation of color #E429DF: hue angle of 301.6º 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 #E429DF is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 41 223 -
CMYK 0 0.82 0.02 0.11
HSL 301.6º 0.78% 0.53% -
HSV(B) 301.6º 0.82% 0.89% -
XYZ 46.11 23.41 71.9 -
YUV 117.66 187.45 206.7 -
System Red Green Blue C M Y K H S L
Decimal 228 41 223 0 0.82 0.02 0.11 301.6 0.78 0.53
Hex E4 29 DF 0 52 2 B 12E 4E 35
Octal 344 51 337 0 122 2 13 456 116 65
Binary 11100100 101001 11011111 0 1010010 10 1011 100101110 1001110 110101

Color Harmonies of #E429DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429DF

Black with #E429DF

Text Example


Text Example

White with #E429DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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