Html Css Color HEX #E34796 French Rose

📋 copy color: '#E34796'

red 227 ◦ green 71 ◦ blue 150

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

Shades of French Rose #E34796

Tints of French Rose #E34796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.85%

 BLUE value IS 150 (58.98% from 255) = 33.48%

R = 50.67%
G = 15.85%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E34796 (or 0xE34796) is known color: French Rose. HEX triplet: E3, 47 and 96. RGB value is (227,71,150). Sum of RGB (Red+Green+Blue) = 227+71+150=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E34796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34796 is #1CB869. Grayscale: #7E7E7E. Windows color (decimal): -1882218 or 9848803. OLE color: 9848803.

HSL color Cylindrical-coordinate representation of color #E34796: hue angle of 329.62º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E34796 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 71 150 -
CMYK 0 0.69 0.34 0.11
HSL 329.62º 0.74% 0.58% -
HSV(B) 329.62º 0.69% 0.89% -
XYZ 39.44 23.04 31.22 -
YUV 126.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 227 71 150 0 0.69 0.34 0.11 329.62 0.74 0.58
Hex E3 47 96 0 45 22 B 14A 4A 3A
Octal 343 107 226 0 105 42 13 512 112 72
Binary 11100011 1000111 10010110 0 1000101 100010 1011 101001010 1001010 111010

Color Harmonies of #E34796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34796

Black with #E34796

Text Example


Text Example

White with #E34796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34796; }

 p { color: rgb(227,71,150); }

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

background-color css

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

 a { background-color: rgb(227,71,150); }

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

border-color css

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

 span { border-color: rgb(227,71,150); }

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