Html Css Color HEX #E120D0 Razzle Dazzle Rose

📋 copy color: '#E120D0'

red 225 ◦ green 32 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E120D0

Tints of Razzle Dazzle Rose #E120D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 48.39%
G = 6.88%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E120D0 (or 0xE120D0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 20 and D0. RGB value is (225,32,208). Sum of RGB (Red+Green+Blue) = 225+32+208=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E120D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120D0 is #1EDF2F. Grayscale: #6D6D6D. Windows color (decimal): -2023216 or 13639905. OLE color: 13639905.

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

Color convert

RGB 225 32 208 -
CMYK 0 0.86 0.08 0.12
HSL 305.29º 0.76% 0.5% -
HSV(B) 305.29º 0.86% 0.88% -
XYZ 42.95 21.59 61.58 -
YUV 109.77 183.44 210.19 -
System Red Green Blue C M Y K H S L
Decimal 225 32 208 0 0.86 0.08 0.12 305.29 0.76 0.5
Hex E1 20 D0 0 56 8 C 131 4C 32
Octal 341 40 320 0 126 10 14 461 114 62
Binary 11100001 100000 11010000 0 1010110 1000 1100 100110001 1001100 110010

Color Harmonies of #E120D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120D0

Black with #E120D0

Text Example


Text Example

White with #E120D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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