Html Css Color HEX #E124E0 Razzle Dazzle Rose

📋 copy color: '#E124E0'

red 225 ◦ green 36 ◦ blue 224

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

Shades of Razzle Dazzle Rose #E124E0

Tints of Razzle Dazzle Rose #E124E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 46.39%
G = 7.42%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E124E0 (or 0xE124E0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 24 and E0. RGB value is (225,36,224). Sum of RGB (Red+Green+Blue) = 225+36+224=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E124E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124E0 is #1EDB1F. Grayscale: #717171. Windows color (decimal): -2022176 or 14689505. OLE color: 14689505.

HSL color Cylindrical-coordinate representation of color #E124E0: hue angle of 300.32º 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 #E124E0 is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 36 224 -
CMYK 0 0.84 0.00 0.12
HSL 300.32º 0.76% 0.51% -
HSV(B) 300.32º 0.84% 0.88% -
XYZ 45.14 22.65 72.51 -
YUV 113.94 190.12 207.21 -
System Red Green Blue C M Y K H S L
Decimal 225 36 224 0 0.84 0.00 0.12 300.32 0.76 0.51
Hex E1 24 E0 0 54 0 C 12C 4C 33
Octal 341 44 340 0 124 0 14 454 114 63
Binary 11100001 100100 11100000 0 1010100 0 1100 100101100 1001100 110011

Color Harmonies of #E124E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124E0

Black with #E124E0

Text Example


Text Example

White with #E124E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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