Html Css Color HEX #E327DF Razzle Dazzle Rose

📋 copy color: '#E327DF'

red 227 ◦ green 39 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E327DF

Tints of Razzle Dazzle Rose #E327DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 46.42%
G = 7.98%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E327DF (or 0xE327DF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 27 and DF. RGB value is (227,39,223). Sum of RGB (Red+Green+Blue) = 227+39+223=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 39 (15.62% from 255 or 7.98% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E327DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E327DF is #1CD820. Grayscale: #737373. Windows color (decimal): -1890337 or 14624739. OLE color: 14624739.

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

Color convert

RGB 227 39 223 -
CMYK 0 0.83 0.02 0.11
HSL 301.28º 0.77% 0.52% -
HSV(B) 301.28º 0.83% 0.89% -
XYZ 45.72 23.11 71.86 -
YUV 116.19 188.28 207.04 -
System Red Green Blue C M Y K H S L
Decimal 227 39 223 0 0.83 0.02 0.11 301.28 0.77 0.52
Hex E3 27 DF 0 53 2 B 12D 4D 34
Octal 343 47 337 0 123 2 13 455 115 64
Binary 11100011 100111 11011111 0 1010011 10 1011 100101101 1001101 110100

Color Harmonies of #E327DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E327DF

Black with #E327DF

Text Example


Text Example

White with #E327DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E327DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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