Html Css Color HEX #E34896 French Rose

📋 copy color: '#E34896'

red 227 ◦ green 72 ◦ blue 150

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

Shades of French Rose #E34896

Tints of French Rose #E34896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.04%

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

R = 50.56%
G = 16.04%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E34896 (or 0xE34896) is known color: French Rose. HEX triplet: E3, 48 and 96. RGB value is (227,72,150). Sum of RGB (Red+Green+Blue) = 227+72+150=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E34896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34896 is #1CB769. Grayscale: #7F7F7F. Windows color (decimal): -1881962 or 9849059. OLE color: 9849059.

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

Color convert

RGB 227 72 150 -
CMYK 0 0.68 0.34 0.11
HSL 329.81º 0.73% 0.59% -
HSV(B) 329.81º 0.68% 0.89% -
XYZ 39.5 23.17 31.24 -
YUV 127.24 140.85 199.16 -
System Red Green Blue C M Y K H S L
Decimal 227 72 150 0 0.68 0.34 0.11 329.81 0.73 0.59
Hex E3 48 96 0 44 22 B 14A 49 3B
Octal 343 110 226 0 104 42 13 512 111 73
Binary 11100011 1001000 10010110 0 1000100 100010 1011 101001010 1001001 111011

Color Harmonies of #E34896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34896

Black with #E34896

Text Example


Text Example

White with #E34896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34896; }

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

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

background-color css

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

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

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

border-color css

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

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

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