Html Css Color HEX #E120D1 Razzle Dazzle Rose

📋 copy color: '#E120D1'

red 225 ◦ green 32 ◦ blue 209

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

Shades of Razzle Dazzle Rose #E120D1

Tints of Razzle Dazzle Rose #E120D1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.87%

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

R = 48.28%
G = 6.87%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E120D1 (or 0xE120D1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 20 and D1. RGB value is (225,32,209). Sum of RGB (Red+Green+Blue) = 225+32+209=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E120D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120D1 is #1EDF2E. Grayscale: #6D6D6D. Windows color (decimal): -2023215 or 13705441. OLE color: 13705441.

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

Color convert

RGB 225 32 209 -
CMYK 0 0.86 0.07 0.12
HSL 304.97º 0.76% 0.5% -
HSV(B) 304.97º 0.86% 0.88% -
XYZ 43.08 21.64 62.23 -
YUV 109.89 183.94 210.11 -
System Red Green Blue C M Y K H S L
Decimal 225 32 209 0 0.86 0.07 0.12 304.97 0.76 0.5
Hex E1 20 D1 0 56 7 C 131 4C 32
Octal 341 40 321 0 126 7 14 461 114 62
Binary 11100001 100000 11010001 0 1010110 111 1100 100110001 1001100 110010

Color Harmonies of #E120D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120D1

Black with #E120D1

Text Example


Text Example

White with #E120D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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