Html Css Color HEX #E326DA Razzle Dazzle Rose

📋 copy color: '#E326DA'

red 227 ◦ green 38 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E326DA

Tints of Razzle Dazzle Rose #E326DA

RGB

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

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

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

R = 47%
G = 7.87%
B = 45.13%

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

#E326DA (or 0xE326DA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 26 and DA. RGB value is (227,38,218). Sum of RGB (Red+Green+Blue) = 227+38+218=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E326DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E326DA is #1CD925. Grayscale: #727272. Windows color (decimal): -1890598 or 14296803. OLE color: 14296803.

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

Color convert

RGB 227 38 218 -
CMYK 0 0.83 0.04 0.11
HSL 302.86º 0.77% 0.52% -
HSV(B) 302.86º 0.83% 0.89% -
XYZ 45.03 22.78 68.35 -
YUV 115.03 186.12 207.86 -
System Red Green Blue C M Y K H S L
Decimal 227 38 218 0 0.83 0.04 0.11 302.86 0.77 0.52
Hex E3 26 DA 0 53 4 B 12F 4D 34
Octal 343 46 332 0 123 4 13 457 115 64
Binary 11100011 100110 11011010 0 1010011 100 1011 100101111 1001101 110100

Color Harmonies of #E326DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E326DA

Black with #E326DA

Text Example


Text Example

White with #E326DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E326DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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