Html Css Color HEX #E429DA Razzle Dazzle Rose

📋 copy color: '#E429DA'

red 228 ◦ green 41 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E429DA

Tints of Razzle Dazzle Rose #E429DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 46.82%
G = 8.42%
B = 44.76%

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

#E429DA (or 0xE429DA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 29 and DA. RGB value is (228,41,218). Sum of RGB (Red+Green+Blue) = 228+41+218=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E429DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429DA is #1BD625. Grayscale: #747474. Windows color (decimal): -1824294 or 14297572. OLE color: 14297572.

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

Color convert

RGB 228 41 218 -
CMYK 0 0.82 0.04 0.11
HSL 303.21º 0.78% 0.53% -
HSV(B) 303.21º 0.82% 0.89% -
XYZ 45.44 23.14 68.4 -
YUV 117.09 184.95 207.11 -
System Red Green Blue C M Y K H S L
Decimal 228 41 218 0 0.82 0.04 0.11 303.21 0.78 0.53
Hex E4 29 DA 0 52 4 B 12F 4E 35
Octal 344 51 332 0 122 4 13 457 116 65
Binary 11100100 101001 11011010 0 1010010 100 1011 100101111 1001110 110101

Color Harmonies of #E429DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429DA

Black with #E429DA

Text Example


Text Example

White with #E429DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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