Html Css Color HEX #E320DD Razzle Dazzle Rose

📋 copy color: '#E320DD'

red 227 ◦ green 32 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E320DD

Tints of Razzle Dazzle Rose #E320DD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.67%

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

R = 47.29%
G = 6.67%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E320DD (or 0xE320DD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 20 and DD. RGB value is (227,32,221). Sum of RGB (Red+Green+Blue) = 227+32+221=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E320DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E320DD is #1CDF22. Grayscale: #6F6F6F. Windows color (decimal): -1892131 or 14491875. OLE color: 14491875.

HSL color Cylindrical-coordinate representation of color #E320DD: hue angle of 301.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E320DD is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 32 221 -
CMYK 0 0.86 0.03 0.11
HSL 301.85º 0.78% 0.51% -
HSV(B) 301.85º 0.86% 0.89% -
XYZ 45.25 22.58 70.38 -
YUV 111.85 189.6 210.13 -
System Red Green Blue C M Y K H S L
Decimal 227 32 221 0 0.86 0.03 0.11 301.85 0.78 0.51
Hex E3 20 DD 0 56 3 B 12E 4E 33
Octal 343 40 335 0 126 3 13 456 116 63
Binary 11100011 100000 11011101 0 1010110 11 1011 100101110 1001110 110011

Color Harmonies of #E320DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E320DD

Black with #E320DD

Text Example


Text Example

White with #E320DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E320DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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