Html Css Color HEX #E429BA Razzle Dazzle Rose

📋 copy color: '#E429BA'

red 228 ◦ green 41 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E429BA

Tints of Razzle Dazzle Rose #E429BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 50.11%
G = 9.01%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E429BA (or 0xE429BA) is known color: Razzle Dazzle Rose. HEX triplet: E4, 29 and BA. RGB value is (228,41,186). Sum of RGB (Red+Green+Blue) = 228+41+186=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E429BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E429BA is #1BD645. Grayscale: #717171. Windows color (decimal): -1824326 or 12200420. OLE color: 12200420.

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

Color convert

RGB 228 41 186 -
CMYK 0 0.82 0.18 0.11
HSL 313.48º 0.78% 0.53% -
HSV(B) 313.48º 0.82% 0.89% -
XYZ 41.65 21.63 48.43 -
YUV 113.44 168.95 209.71 -
System Red Green Blue C M Y K H S L
Decimal 228 41 186 0 0.82 0.18 0.11 313.48 0.78 0.53
Hex E4 29 BA 0 52 12 B 139 4E 35
Octal 344 51 272 0 122 22 13 471 116 65
Binary 11100100 101001 10111010 0 1010010 10010 1011 100111001 1001110 110101

Color Harmonies of #E429BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E429BA

Black with #E429BA

Text Example


Text Example

White with #E429BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E429BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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