Html Css Color HEX #E429E2 Razzle Dazzle Rose

📋 copy color: '#E429E2'

red 228 ◦ green 41 ◦ blue 226

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

Shades of Razzle Dazzle Rose #E429E2

Tints of Razzle Dazzle Rose #E429E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.66%

R = 46.06%
G = 8.28%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E429E2 (or 0xE429E2) is known color: Razzle Dazzle Rose. HEX triplet: E4, 29 and E2. RGB value is (228,41,226). Sum of RGB (Red+Green+Blue) = 228+41+226=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 41 (16.41% from 255 or 8.28% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 228 - color contains mainly: red. Hex color #E429E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429E2 is #1BD61D. Grayscale: #757575. Windows color (decimal): -1824286 or 14821860. OLE color: 14821860.

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

Color convert

RGB 228 41 226 -
CMYK 0 0.82 0.01 0.11
HSL 300.64º 0.78% 0.53% -
HSV(B) 300.64º 0.82% 0.89% -
XYZ 46.52 23.57 74.05 -
YUV 118 188.95 206.46 -
System Red Green Blue C M Y K H S L
Decimal 228 41 226 0 0.82 0.01 0.11 300.64 0.78 0.53
Hex E4 29 E2 0 52 1 B 12D 4E 35
Octal 344 51 342 0 122 1 13 455 116 65
Binary 11100100 101001 11100010 0 1010010 1 1011 100101101 1001110 110101

Color Harmonies of #E429E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429E2

Black with #E429E2

Text Example


Text Example

White with #E429E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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