Html Css Color HEX #E121D6 Razzle Dazzle Rose

📋 copy color: '#E121D6'

red 225 ◦ green 33 ◦ blue 214

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

Shades of Razzle Dazzle Rose #E121D6

Tints of Razzle Dazzle Rose #E121D6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.99%

 BLUE value IS 214 (83.98% from 255) = 45.34%

R = 47.67%
G = 6.99%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E121D6 (or 0xE121D6) is known color: Razzle Dazzle Rose. HEX triplet: E1, 21 and D6. RGB value is (225,33,214). Sum of RGB (Red+Green+Blue) = 225+33+214=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E121D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121D6 is #1EDE29. Grayscale: #6E6E6E. Windows color (decimal): -2022954 or 14033377. OLE color: 14033377.

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

Color convert

RGB 225 33 214 -
CMYK 0 0.85 0.05 0.12
HSL 303.44º 0.76% 0.51% -
HSV(B) 303.44º 0.85% 0.88% -
XYZ 43.73 21.95 65.55 -
YUV 111.04 186.11 209.28 -
System Red Green Blue C M Y K H S L
Decimal 225 33 214 0 0.85 0.05 0.12 303.44 0.76 0.51
Hex E1 21 D6 0 55 5 C 12F 4C 33
Octal 341 41 326 0 125 5 14 457 114 63
Binary 11100001 100001 11010110 0 1010101 101 1100 100101111 1001100 110011

Color Harmonies of #E121D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121D6

Black with #E121D6

Text Example


Text Example

White with #E121D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121D6; }

 p { color: rgb(225,33,214); }

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

background-color css

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

 a { background-color: rgb(225,33,214); }

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

border-color css

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

 span { border-color: rgb(225,33,214); }

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