Html Css Color HEX #E429DB Razzle Dazzle Rose

📋 copy color: '#E429DB'

red 228 ◦ green 41 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E429DB

Tints of Razzle Dazzle Rose #E429DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 46.72%
G = 8.4%
B = 44.88%

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

#E429DB (or 0xE429DB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 29 and DB. RGB value is (228,41,219). Sum of RGB (Red+Green+Blue) = 228+41+219=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E429DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429DB is #1BD624. Grayscale: #747474. Windows color (decimal): -1824293 or 14363108. OLE color: 14363108.

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

Color convert

RGB 228 41 219 -
CMYK 0 0.82 0.04 0.11
HSL 302.89º 0.78% 0.53% -
HSV(B) 302.89º 0.82% 0.89% -
XYZ 45.57 23.19 69.09 -
YUV 117.21 185.45 207.03 -
System Red Green Blue C M Y K H S L
Decimal 228 41 219 0 0.82 0.04 0.11 302.89 0.78 0.53
Hex E4 29 DB 0 52 4 B 12F 4E 35
Octal 344 51 333 0 122 4 13 457 116 65
Binary 11100100 101001 11011011 0 1010010 100 1011 100101111 1001110 110101

Color Harmonies of #E429DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429DB

Black with #E429DB

Text Example


Text Example

White with #E429DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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