Html Css Color HEX #E424D9 Razzle Dazzle Rose

📋 copy color: '#E424D9'

red 228 ◦ green 36 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E424D9

Tints of Razzle Dazzle Rose #E424D9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.48%

 BLUE value IS 217 (85.16% from 255) = 45.11%

R = 47.4%
G = 7.48%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E424D9 (or 0xE424D9) is known color: Razzle Dazzle Rose. HEX triplet: E4, 24 and D9. RGB value is (228,36,217). Sum of RGB (Red+Green+Blue) = 228+36+217=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E424D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424D9 is #1BDB26. Grayscale: #717171. Windows color (decimal): -1825575 or 14230756. OLE color: 14230756.

HSL color Cylindrical-coordinate representation of color #E424D9: hue angle of 303.44º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E424D9 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 36 217 -
CMYK 0 0.84 0.05 0.11
HSL 303.44º 0.78% 0.52% -
HSV(B) 303.44º 0.84% 0.89% -
XYZ 45.15 22.77 67.66 -
YUV 114.04 186.11 209.28 -
System Red Green Blue C M Y K H S L
Decimal 228 36 217 0 0.84 0.05 0.11 303.44 0.78 0.52
Hex E4 24 D9 0 54 5 B 12F 4E 34
Octal 344 44 331 0 124 5 13 457 116 64
Binary 11100100 100100 11011001 0 1010100 101 1011 100101111 1001110 110100

Color Harmonies of #E424D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424D9

Black with #E424D9

Text Example


Text Example

White with #E424D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424D9; }

 p { color: rgb(228,36,217); }

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

background-color css

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

 a { background-color: rgb(228,36,217); }

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

border-color css

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

 span { border-color: rgb(228,36,217); }

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