Html Css Color HEX #E326DD Razzle Dazzle Rose

📋 copy color: '#E326DD'

red 227 ◦ green 38 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E326DD

Tints of Razzle Dazzle Rose #E326DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 46.71%
G = 7.82%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E326DD (or 0xE326DD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 26 and DD. RGB value is (227,38,221). Sum of RGB (Red+Green+Blue) = 227+38+221=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 38 (15.23% from 255 or 7.82% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E326DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E326DD is #1CD922. Grayscale: #727272. Windows color (decimal): -1890595 or 14493411. OLE color: 14493411.

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

Color convert

RGB 227 38 221 -
CMYK 0 0.83 0.03 0.11
HSL 301.9º 0.77% 0.52% -
HSV(B) 301.9º 0.83% 0.89% -
XYZ 45.42 22.94 70.44 -
YUV 115.37 187.62 207.62 -
System Red Green Blue C M Y K H S L
Decimal 227 38 221 0 0.83 0.03 0.11 301.9 0.77 0.52
Hex E3 26 DD 0 53 3 B 12E 4D 34
Octal 343 46 335 0 123 3 13 456 115 64
Binary 11100011 100110 11011101 0 1010011 11 1011 100101110 1001101 110100

Color Harmonies of #E326DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E326DD

Black with #E326DD

Text Example


Text Example

White with #E326DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E326DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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