Html Css Color HEX #E326DB Razzle Dazzle Rose

📋 copy color: '#E326DB'

red 227 ◦ green 38 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E326DB

Tints of Razzle Dazzle Rose #E326DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.85%

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

R = 46.9%
G = 7.85%
B = 45.25%

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

#E326DB (or 0xE326DB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 26 and DB. RGB value is (227,38,219). Sum of RGB (Red+Green+Blue) = 227+38+219=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 38 (15.23% from 255 or 7.85% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E326DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E326DB is #1CD924. Grayscale: #727272. Windows color (decimal): -1890597 or 14362339. OLE color: 14362339.

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

Color convert

RGB 227 38 219 -
CMYK 0 0.83 0.04 0.11
HSL 302.54º 0.77% 0.52% -
HSV(B) 302.54º 0.83% 0.89% -
XYZ 45.16 22.83 69.04 -
YUV 115.15 186.62 207.78 -
System Red Green Blue C M Y K H S L
Decimal 227 38 219 0 0.83 0.04 0.11 302.54 0.77 0.52
Hex E3 26 DB 0 53 4 B 12F 4D 34
Octal 343 46 333 0 123 4 13 457 115 64
Binary 11100011 100110 11011011 0 1010011 100 1011 100101111 1001101 110100

Color Harmonies of #E326DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E326DB

Black with #E326DB

Text Example


Text Example

White with #E326DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E326DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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