Html Css Color HEX #E320D6 Razzle Dazzle Rose

📋 copy color: '#E320D6'

red 227 ◦ green 32 ◦ blue 214

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

Shades of Razzle Dazzle Rose #E320D6

Tints of Razzle Dazzle Rose #E320D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 47.99%
G = 6.77%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E320D6 (or 0xE320D6) is known color: Razzle Dazzle Rose. HEX triplet: E3, 20 and D6. RGB value is (227,32,214). Sum of RGB (Red+Green+Blue) = 227+32+214=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E320D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E320D6 is #1CDF29. Grayscale: #6E6E6E. Windows color (decimal): -1892138 or 14033123. OLE color: 14033123.

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

Color convert

RGB 227 32 214 -
CMYK 0 0.86 0.06 0.11
HSL 304º 0.78% 0.51% -
HSV(B) 304º 0.86% 0.89% -
XYZ 44.33 22.22 65.57 -
YUV 111.05 186.1 210.7 -
System Red Green Blue C M Y K H S L
Decimal 227 32 214 0 0.86 0.06 0.11 304 0.78 0.51
Hex E3 20 D6 0 56 6 B 130 4E 33
Octal 343 40 326 0 126 6 13 460 116 63
Binary 11100011 100000 11010110 0 1010110 110 1011 100110000 1001110 110011

Color Harmonies of #E320D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E320D6

Black with #E320D6

Text Example


Text Example

White with #E320D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E320D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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