Html Css Color HEX #E124D1 Razzle Dazzle Rose

📋 copy color: '#E124D1'

red 225 ◦ green 36 ◦ blue 209

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

Shades of Razzle Dazzle Rose #E124D1

Tints of Razzle Dazzle Rose #E124D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.47%

R = 47.87%
G = 7.66%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E124D1 (or 0xE124D1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 24 and D1. RGB value is (225,36,209). Sum of RGB (Red+Green+Blue) = 225+36+209=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E124D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124D1 is #1EDB2E. Grayscale: #6F6F6F. Windows color (decimal): -2022191 or 13706465. OLE color: 13706465.

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

Color convert

RGB 225 36 209 -
CMYK 0 0.84 0.07 0.12
HSL 305.08º 0.76% 0.51% -
HSV(B) 305.08º 0.84% 0.88% -
XYZ 43.19 21.87 62.27 -
YUV 112.23 182.62 208.43 -
System Red Green Blue C M Y K H S L
Decimal 225 36 209 0 0.84 0.07 0.12 305.08 0.76 0.51
Hex E1 24 D1 0 54 7 C 131 4C 33
Octal 341 44 321 0 124 7 14 461 114 63
Binary 11100001 100100 11010001 0 1010100 111 1100 100110001 1001100 110011

Color Harmonies of #E124D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124D1

Black with #E124D1

Text Example


Text Example

White with #E124D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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