Html Css Color HEX #E121CD Razzle Dazzle Rose

📋 copy color: '#E121CD'

red 225 ◦ green 33 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E121CD

Tints of Razzle Dazzle Rose #E121CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 48.6%
G = 7.13%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E121CD (or 0xE121CD) is known color: 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

RGB 225 33 205 -
CMYK 0 0.85 0.09 0.12
HSL 306.25º 0.76% 0.51% -
HSV(B) 306.25º 0.85% 0.88% -
XYZ 42.61 21.5 59.66 -
YUV 110.02 181.61 210.01 -
System Red Green Blue C M Y K H S L
Decimal 225 33 205 0 0.85 0.09 0.12 306.25 0.76 0.51
Hex E1 21 CD 0 55 9 C 132 4C 33
Octal 341 41 315 0 125 11 14 462 114 63
Binary 11100001 100001 11001101 0 1010101 1001 1100 100110010 1001100 110011

Color Harmonies of #E121CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121CD

Black with #E121CD

Text Example


Text Example

White with #E121CD

Text Example


Text Example

HTML Codes & Css Web 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>