Html Css Color HEX #E121D5 Razzle Dazzle Rose

📋 copy color: '#E121D5'

red 225 ◦ green 33 ◦ blue 213

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

Shades of Razzle Dazzle Rose #E121D5

Tints of Razzle Dazzle Rose #E121D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 47.77%
G = 7.01%
B = 45.22%

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

#E121D5 (or 0xE121D5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 21 and D5. RGB value is (225,33,213). Sum of RGB (Red+Green+Blue) = 225+33+213=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E121D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121D5 is #1EDE2A. Grayscale: #6E6E6E. Windows color (decimal): -2022955 or 13967841. OLE color: 13967841.

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

Color convert

RGB 225 33 213 -
CMYK 0 0.85 0.05 0.12
HSL 303.75º 0.76% 0.51% -
HSV(B) 303.75º 0.85% 0.88% -
XYZ 43.61 21.9 64.88 -
YUV 110.93 185.61 209.36 -
System Red Green Blue C M Y K H S L
Decimal 225 33 213 0 0.85 0.05 0.12 303.75 0.76 0.51
Hex E1 21 D5 0 55 5 C 130 4C 33
Octal 341 41 325 0 125 5 14 460 114 63
Binary 11100001 100001 11010101 0 1010101 101 1100 100110000 1001100 110011

Color Harmonies of #E121D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121D5

Black with #E121D5

Text Example


Text Example

White with #E121D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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