Html Css Color HEX #E321D9 Razzle Dazzle Rose

📋 copy color: '#E321D9'

red 227 ◦ green 33 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E321D9

Tints of Razzle Dazzle Rose #E321D9

RGB

 RED value IS 227 (89.06% from 255) = 47.59%

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

 BLUE value IS 217 (85.16% from 255) = 45.49%

R = 47.59%
G = 6.92%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E321D9 (or 0xE321D9) is known color: Razzle Dazzle Rose. HEX triplet: E3, 21 and D9. RGB value is (227,33,217). Sum of RGB (Red+Green+Blue) = 227+33+217=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E321D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E321D9 is #1CDE26. Grayscale: #6F6F6F. Windows color (decimal): -1891879 or 14229987. OLE color: 14229987.

HSL color Cylindrical-coordinate representation of color #E321D9: hue angle of 303.09º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E321D9 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 33 217 -
CMYK 0 0.85 0.04 0.11
HSL 303.09º 0.78% 0.51% -
HSV(B) 303.09º 0.85% 0.89% -
XYZ 44.75 22.43 67.62 -
YUV 111.98 187.27 210.04 -
System Red Green Blue C M Y K H S L
Decimal 227 33 217 0 0.85 0.04 0.11 303.09 0.78 0.51
Hex E3 21 D9 0 55 4 B 12F 4E 33
Octal 343 41 331 0 125 4 13 457 116 63
Binary 11100011 100001 11011001 0 1010101 100 1011 100101111 1001110 110011

Color Harmonies of #E321D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E321D9

Black with #E321D9

Text Example


Text Example

White with #E321D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E321D9; }

 p { color: rgb(227,33,217); }

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

background-color css

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

 a { background-color: rgb(227,33,217); }

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

border-color css

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

 span { border-color: rgb(227,33,217); }

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