Html Css Color HEX #E34695 French Rose

📋 copy color: '#E34695'

red 227 ◦ green 70 ◦ blue 149

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

Shades of French Rose #E34695

Tints of French Rose #E34695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.7%

 BLUE value IS 149 (58.59% from 255) = 33.41%

R = 50.9%
G = 15.7%
B = 33.41%

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

#E34695 (or 0xE34695) is known color: French Rose. HEX triplet: E3, 46 and 95. RGB value is (227,70,149). Sum of RGB (Red+Green+Blue) = 227+70+149=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E34695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34695 is #1CB96A. Grayscale: #7D7D7D. Windows color (decimal): -1882475 or 9783011. OLE color: 9783011.

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

Color convert

RGB 227 70 149 -
CMYK 0 0.69 0.34 0.11
HSL 329.81º 0.74% 0.58% -
HSV(B) 329.81º 0.69% 0.89% -
XYZ 39.29 22.88 30.78 -
YUV 125.95 141.01 200.08 -
System Red Green Blue C M Y K H S L
Decimal 227 70 149 0 0.69 0.34 0.11 329.81 0.74 0.58
Hex E3 46 95 0 45 22 B 14A 4A 3A
Octal 343 106 225 0 105 42 13 512 112 72
Binary 11100011 1000110 10010101 0 1000101 100010 1011 101001010 1001010 111010

Color Harmonies of #E34695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34695

Black with #E34695

Text Example


Text Example

White with #E34695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34695; }

 p { color: rgb(227,70,149); }

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

background-color css

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

 a { background-color: rgb(227,70,149); }

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

border-color css

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

 span { border-color: rgb(227,70,149); }

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