Html Css Color HEX #E429D5 Razzle Dazzle Rose

📋 copy color: '#E429D5'

red 228 ◦ green 41 ◦ blue 213

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

Shades of Razzle Dazzle Rose #E429D5

Tints of Razzle Dazzle Rose #E429D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 47.3%
G = 8.51%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E429D5 (or 0xE429D5) is known color: Razzle Dazzle Rose. HEX triplet: E4, 29 and D5. RGB value is (228,41,213). Sum of RGB (Red+Green+Blue) = 228+41+213=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E429D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429D5 is #1BD62A. Grayscale: #747474. Windows color (decimal): -1824299 or 13969892. OLE color: 13969892.

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

Color convert

RGB 228 41 213 -
CMYK 0 0.82 0.07 0.11
HSL 304.81º 0.78% 0.53% -
HSV(B) 304.81º 0.82% 0.89% -
XYZ 44.8 22.88 65.01 -
YUV 116.52 182.45 207.51 -
System Red Green Blue C M Y K H S L
Decimal 228 41 213 0 0.82 0.07 0.11 304.81 0.78 0.53
Hex E4 29 D5 0 52 7 B 131 4E 35
Octal 344 51 325 0 122 7 13 461 116 65
Binary 11100100 101001 11010101 0 1010010 111 1011 100110001 1001110 110101

Color Harmonies of #E429D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429D5

Black with #E429D5

Text Example


Text Example

White with #E429D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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