Html Css Color HEX #E124DD Razzle Dazzle Rose

📋 copy color: '#E124DD'

red 225 ◦ green 36 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E124DD

Tints of Razzle Dazzle Rose #E124DD

RGB

 RED value IS 225 (88.28% from 255) = 46.68%

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 46.68%
G = 7.47%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E124DD (or 0xE124DD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 24 and DD. RGB value is (225,36,221). Sum of RGB (Red+Green+Blue) = 225+36+221=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E124DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124DD is #1EDB22. Grayscale: #717171. Windows color (decimal): -2022179 or 14492897. OLE color: 14492897.

HSL color Cylindrical-coordinate representation of color #E124DD: hue angle of 301.27º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E124DD is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 36 221 -
CMYK 0 0.84 0.02 0.12
HSL 301.27º 0.76% 0.51% -
HSV(B) 301.27º 0.84% 0.88% -
XYZ 44.73 22.49 70.39 -
YUV 113.6 188.62 207.46 -
System Red Green Blue C M Y K H S L
Decimal 225 36 221 0 0.84 0.02 0.12 301.27 0.76 0.51
Hex E1 24 DD 0 54 2 C 12D 4C 33
Octal 341 44 335 0 124 2 14 455 114 63
Binary 11100001 100100 11011101 0 1010100 10 1100 100101101 1001100 110011

Color Harmonies of #E124DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124DD

Black with #E124DD

Text Example


Text Example

White with #E124DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124DD; }

 p { color: rgb(225,36,221); }

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

background-color css

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

 a { background-color: rgb(225,36,221); }

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

border-color css

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

 span { border-color: rgb(225,36,221); }

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