Html Css Color HEX #E329BE Razzle Dazzle Rose

📋 copy color: '#E329BE'

red 227 ◦ green 41 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E329BE

Tints of Razzle Dazzle Rose #E329BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 49.56%
G = 8.95%
B = 41.48%

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

#E329BE (or 0xE329BE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 29 and BE. RGB value is (227,41,190). Sum of RGB (Red+Green+Blue) = 227+41+190=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E329BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329BE is #1CD641. Grayscale: #717171. Windows color (decimal): -1889858 or 12462563. OLE color: 12462563.

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

Color convert

RGB 227 41 190 -
CMYK 0 0.82 0.16 0.11
HSL 311.94º 0.77% 0.53% -
HSV(B) 311.94º 0.82% 0.89% -
XYZ 41.77 21.63 50.69 -
YUV 113.6 171.12 208.88 -
System Red Green Blue C M Y K H S L
Decimal 227 41 190 0 0.82 0.16 0.11 311.94 0.77 0.53
Hex E3 29 BE 0 52 10 B 138 4D 35
Octal 343 51 276 0 122 20 13 470 115 65
Binary 11100011 101001 10111110 0 1010010 10000 1011 100111000 1001101 110101

Color Harmonies of #E329BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329BE

Black with #E329BE

Text Example


Text Example

White with #E329BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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