Html Css Color HEX #E320DA Razzle Dazzle Rose

📋 copy color: '#E320DA'

red 227 ◦ green 32 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E320DA

Tints of Razzle Dazzle Rose #E320DA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.71%

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

R = 47.59%
G = 6.71%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E320DA (or 0xE320DA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 20 and DA. RGB value is (227,32,218). Sum of RGB (Red+Green+Blue) = 227+32+218=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E320DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E320DA is #1CDF25. Grayscale: #6E6E6E. Windows color (decimal): -1892134 or 14295267. OLE color: 14295267.

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

Color convert

RGB 227 32 218 -
CMYK 0 0.86 0.04 0.11
HSL 302.77º 0.78% 0.51% -
HSV(B) 302.77º 0.86% 0.89% -
XYZ 44.85 22.43 68.29 -
YUV 111.51 188.1 210.38 -
System Red Green Blue C M Y K H S L
Decimal 227 32 218 0 0.86 0.04 0.11 302.77 0.78 0.51
Hex E3 20 DA 0 56 4 B 12F 4E 33
Octal 343 40 332 0 126 4 13 457 116 63
Binary 11100011 100000 11011010 0 1010110 100 1011 100101111 1001110 110011

Color Harmonies of #E320DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E320DA

Black with #E320DA

Text Example


Text Example

White with #E320DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E320DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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