#E121CD

Color #E121CD Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #E121CD

Tints of Razzle Dazzle Rose #E121CD

Color information

#E121CD (or 0xE121CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 21 and CD. RGB value is (225,33,205). Sum of RGB (Red+Green+Blue) = 225+33+205=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E121CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121CD is #1EDE32. Grayscale: #6D6D6D. Windows color (decimal): -2022963 or 13443553. OLE color: 13443553.

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

Color convert

RGB22533205-
CMYK00.850.090.12
HSL306.25º76.19%50.59%-
HSV(B)306.25º85.33%88.24%-
XYZ42.6121.559.66-
YUV110.02181.61210.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 33 (13.28% from 255) = 7.13%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=48.60%
G=7.13%
B=44.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253320500.850.090.12306.2576.1950.59
HexE121CD0559C1324c33
Octal341413150125111446211463
Binary111000011000011100110101010101100111001001100101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E121CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E121CD; }

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

 H1.HeaderClassName
 {
   color: #E121CD;
 }
 .AnyTagClassName
 {
   color: #E121CD;
 }
</style>
background-color css

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

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

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

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

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

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