Html Css Color HEX #E74796 French Rose

📋 copy color: '#E74796'

red 231 ◦ green 71 ◦ blue 150

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

Shades of French Rose #E74796

Tints of French Rose #E74796

RGB

 RED value IS 231 (90.63% from 255) = 51.11%

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

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

R = 51.11%
G = 15.71%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E74796 (or 0xE74796) is known color: French Rose. HEX triplet: E7, 47 and 96. RGB value is (231,71,150). Sum of RGB (Red+Green+Blue) = 231+71+150=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E74796 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74796 is #18B869. Grayscale: #7F7F7F. Windows color (decimal): -1620074 or 9848807. OLE color: 9848807.

HSL color Cylindrical-coordinate representation of color #E74796: hue angle of 330.38º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74796 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 71 150 -
CMYK 0 0.69 0.35 0.09
HSL 330.38º 0.77% 0.59% -
HSV(B) 330.38º 0.69% 0.91% -
XYZ 40.71 23.7 31.28 -
YUV 127.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 231 71 150 0 0.69 0.35 0.09 330.38 0.77 0.59
Hex E7 47 96 0 45 23 9 14A 4D 3B
Octal 347 107 226 0 105 43 11 512 115 73
Binary 11100111 1000111 10010110 0 1000101 100011 1001 101001010 1001101 111011

Color Harmonies of #E74796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74796

Black with #E74796

Text Example


Text Example

White with #E74796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74796; }

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

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

background-color css

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

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

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

border-color css

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

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

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