Html Css Color HEX #E327DB Razzle Dazzle Rose

📋 copy color: '#E327DB'

red 227 ◦ green 39 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E327DB

Tints of Razzle Dazzle Rose #E327DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 46.8%
G = 8.04%
B = 45.15%

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

#E327DB (or 0xE327DB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 27 and DB. RGB value is (227,39,219). Sum of RGB (Red+Green+Blue) = 227+39+219=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E327DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E327DB is #1CD824. Grayscale: #737373. Windows color (decimal): -1890341 or 14362595. OLE color: 14362595.

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

Color convert

RGB 227 39 219 -
CMYK 0 0.83 0.04 0.11
HSL 302.55º 0.77% 0.52% -
HSV(B) 302.55º 0.83% 0.89% -
XYZ 45.19 22.9 69.06 -
YUV 115.73 186.28 207.36 -
System Red Green Blue C M Y K H S L
Decimal 227 39 219 0 0.83 0.04 0.11 302.55 0.77 0.52
Hex E3 27 DB 0 53 4 B 12F 4D 34
Octal 343 47 333 0 123 4 13 457 115 64
Binary 11100011 100111 11011011 0 1010011 100 1011 100101111 1001101 110100

Color Harmonies of #E327DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E327DB

Black with #E327DB

Text Example


Text Example

White with #E327DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E327DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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