Html Css Color HEX #E329BF Razzle Dazzle Rose

📋 copy color: '#E329BF'

red 227 ◦ green 41 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E329BF

Tints of Razzle Dazzle Rose #E329BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.61%

R = 49.46%
G = 8.93%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E329BF (or 0xE329BF) is known color: Razzle Dazzle Rose. HEX triplet: E3, 29 and BF. RGB value is (227,41,191). Sum of RGB (Red+Green+Blue) = 227+41+191=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E329BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329BF is #1CD640. Grayscale: #717171. Windows color (decimal): -1889857 or 12528099. OLE color: 12528099.

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

Color convert

RGB 227 41 191 -
CMYK 0 0.82 0.16 0.11
HSL 311.61º 0.77% 0.53% -
HSV(B) 311.61º 0.82% 0.89% -
XYZ 41.88 21.68 51.27 -
YUV 113.71 171.62 208.8 -
System Red Green Blue C M Y K H S L
Decimal 227 41 191 0 0.82 0.16 0.11 311.61 0.77 0.53
Hex E3 29 BF 0 52 10 B 138 4D 35
Octal 343 51 277 0 122 20 13 470 115 65
Binary 11100011 101001 10111111 0 1010010 10000 1011 100111000 1001101 110101

Color Harmonies of #E329BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329BF

Black with #E329BF

Text Example


Text Example

White with #E329BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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