Html Css Color HEX #E321DA Razzle Dazzle Rose

📋 copy color: '#E321DA'

red 227 ◦ green 33 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E321DA

Tints of Razzle Dazzle Rose #E321DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 47.49%
G = 6.9%
B = 45.61%

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

#E321DA (or 0xE321DA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 21 and DA. RGB value is (227,33,218). Sum of RGB (Red+Green+Blue) = 227+33+218=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E321DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E321DA is #1CDE25. Grayscale: #6F6F6F. Windows color (decimal): -1891878 or 14295523. OLE color: 14295523.

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

Color convert

RGB 227 33 218 -
CMYK 0 0.85 0.04 0.11
HSL 302.78º 0.78% 0.51% -
HSV(B) 302.78º 0.85% 0.89% -
XYZ 44.88 22.48 68.3 -
YUV 112.1 187.77 209.96 -
System Red Green Blue C M Y K H S L
Decimal 227 33 218 0 0.85 0.04 0.11 302.78 0.78 0.51
Hex E3 21 DA 0 55 4 B 12F 4E 33
Octal 343 41 332 0 125 4 13 457 116 63
Binary 11100011 100001 11011010 0 1010101 100 1011 100101111 1001110 110011

Color Harmonies of #E321DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E321DA

Black with #E321DA

Text Example


Text Example

White with #E321DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E321DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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