Html Css Color HEX #E429E9 Razzle Dazzle Rose

📋 copy color: '#E429E9'

red 228 ◦ green 41 ◦ blue 233

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

Shades of Razzle Dazzle Rose #E429E9

Tints of Razzle Dazzle Rose #E429E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 45.42%
G = 8.17%
B = 46.41%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E429E9 (or 0xE429E9) is known color: Razzle Dazzle Rose. HEX triplet: E4, 29 and E9. RGB value is (228,41,233). Sum of RGB (Red+Green+Blue) = 228+41+233=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 41 (16.41% from 255 or 8.17% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #E429E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E429E9 is #1BD616. Grayscale: #767676. Windows color (decimal): -1824279 or 15280612. OLE color: 15280612.

HSL color Cylindrical-coordinate representation of color #E429E9: hue angle of 298.44º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E429E9 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 228 41 233 -
CMYK 0.02 0.82 0 0.09
HSL 298.44º 0.81% 0.54% -
HSV(B) 298.44º 0.82% 0.91% -
XYZ 47.5 23.96 79.21 -
YUV 118.8 192.45 205.89 -
System Red Green Blue C M Y K H S L
Decimal 228 41 233 0.02 0.82 0 0.09 298.44 0.81 0.54
Hex E4 29 E9 2 52 0 9 12A 51 36
Octal 344 51 351 2 122 0 11 452 121 66
Binary 11100100 101001 11101001 10 1010010 0 1001 100101010 1010001 110110

Color Harmonies of #E429E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429E9

Black with #E429E9

Text Example


Text Example

White with #E429E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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