Html Css Color HEX #E327CE Razzle Dazzle Rose

📋 copy color: '#E327CE'

red 227 ◦ green 39 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E327CE

Tints of Razzle Dazzle Rose #E327CE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.26%

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 48.09%
G = 8.26%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E327CE (or 0xE327CE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 27 and CE. RGB value is (227,39,206). Sum of RGB (Red+Green+Blue) = 227+39+206=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E327CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E327CE is #1CD831. Grayscale: #717171. Windows color (decimal): -1890354 or 13510627. OLE color: 13510627.

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

Color convert

RGB 227 39 206 -
CMYK 0 0.83 0.09 0.11
HSL 306.7º 0.77% 0.52% -
HSV(B) 306.7º 0.83% 0.89% -
XYZ 43.54 22.24 60.39 -
YUV 114.25 179.78 208.42 -
System Red Green Blue C M Y K H S L
Decimal 227 39 206 0 0.83 0.09 0.11 306.7 0.77 0.52
Hex E3 27 CE 0 53 9 B 133 4D 34
Octal 343 47 316 0 123 11 13 463 115 64
Binary 11100011 100111 11001110 0 1010011 1001 1011 100110011 1001101 110100

Color Harmonies of #E327CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E327CE

Black with #E327CE

Text Example


Text Example

White with #E327CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E327CE; }

 p { color: rgb(227,39,206); }

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

background-color css

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

 a { background-color: rgb(227,39,206); }

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

border-color css

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

 span { border-color: rgb(227,39,206); }

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