Html Css Color HEX #E329CE Razzle Dazzle Rose

📋 copy color: '#E329CE'

red 227 ◦ green 41 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E329CE

Tints of Razzle Dazzle Rose #E329CE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.65%

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

R = 47.89%
G = 8.65%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E329CE (or 0xE329CE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 29 and CE. RGB value is (227,41,206). Sum of RGB (Red+Green+Blue) = 227+41+206=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E329CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329CE is #1CD631. Grayscale: #727272. Windows color (decimal): -1889842 or 13511139. OLE color: 13511139.

HSL color Cylindrical-coordinate representation of color #E329CE: hue angle of 306.77º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E329CE is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 41 206 -
CMYK 0 0.82 0.09 0.11
HSL 306.77º 0.77% 0.53% -
HSV(B) 306.77º 0.82% 0.89% -
XYZ 43.61 22.37 60.41 -
YUV 115.42 179.12 207.58 -
System Red Green Blue C M Y K H S L
Decimal 227 41 206 0 0.82 0.09 0.11 306.77 0.77 0.53
Hex E3 29 CE 0 52 9 B 133 4D 35
Octal 343 51 316 0 122 11 13 463 115 65
Binary 11100011 101001 11001110 0 1010010 1001 1011 100110011 1001101 110101

Color Harmonies of #E329CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329CE

Black with #E329CE

Text Example


Text Example

White with #E329CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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