Html Css Color HEX #E14791 French Rose

📋 copy color: '#E14791'

red 225 ◦ green 71 ◦ blue 145

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

Shades of French Rose #E14791

Tints of French Rose #E14791

RGB

 RED value IS 225 (88.28% from 255) = 51.02%

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

 BLUE value IS 145 (57.03% from 255) = 32.88%

R = 51.02%
G = 16.1%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E14791 (or 0xE14791) is known color: French Rose. HEX triplet: E1, 47 and 91. RGB value is (225,71,145). Sum of RGB (Red+Green+Blue) = 225+71+145=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E14791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14791 is #1EB86E. Grayscale: #7D7D7D. Windows color (decimal): -2013295 or 9521121. OLE color: 9521121.

HSL color Cylindrical-coordinate representation of color #E14791: hue angle of 331.17º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14791 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 145 -
CMYK 0 0.68 0.36 0.12
HSL 331.17º 0.72% 0.58% -
HSV(B) 331.17º 0.68% 0.88% -
XYZ 38.42 22.56 29.12 -
YUV 125.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 225 71 145 0 0.68 0.36 0.12 331.17 0.72 0.58
Hex E1 47 91 0 44 24 C 14B 48 3A
Octal 341 107 221 0 104 44 14 513 110 72
Binary 11100001 1000111 10010001 0 1000100 100100 1100 101001011 1001000 111010

Color Harmonies of #E14791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14791

Black with #E14791

Text Example


Text Example

White with #E14791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14791; }

 p { color: rgb(225,71,145); }

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

background-color css

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

 a { background-color: rgb(225,71,145); }

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

border-color css

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

 span { border-color: rgb(225,71,145); }

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