Html Css Color HEX #E327DA Razzle Dazzle Rose

📋 copy color: '#E327DA'

red 227 ◦ green 39 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E327DA

Tints of Razzle Dazzle Rose #E327DA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.06%

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

R = 46.9%
G = 8.06%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E327DA (or 0xE327DA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 27 and DA. RGB value is (227,39,218). Sum of RGB (Red+Green+Blue) = 227+39+218=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E327DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E327DA is #1CD825. Grayscale: #737373. Windows color (decimal): -1890342 or 14297059. OLE color: 14297059.

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

Color convert

RGB 227 39 218 -
CMYK 0 0.83 0.04 0.11
HSL 302.87º 0.77% 0.52% -
HSV(B) 302.87º 0.83% 0.89% -
XYZ 45.06 22.84 68.36 -
YUV 115.62 185.78 207.45 -
System Red Green Blue C M Y K H S L
Decimal 227 39 218 0 0.83 0.04 0.11 302.87 0.77 0.52
Hex E3 27 DA 0 53 4 B 12F 4D 34
Octal 343 47 332 0 123 4 13 457 115 64
Binary 11100011 100111 11011010 0 1010011 100 1011 100101111 1001101 110100

Color Harmonies of #E327DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E327DA

Black with #E327DA

Text Example


Text Example

White with #E327DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E327DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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