Html Css Color HEX #E14790 French Rose

📋 copy color: '#E14790'

red 225 ◦ green 71 ◦ blue 144

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

Shades of French Rose #E14790

Tints of French Rose #E14790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 51.14%
G = 16.14%
B = 32.73%

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

#E14790 (or 0xE14790) is known color: French Rose. HEX triplet: E1, 47 and 90. RGB value is (225,71,144). Sum of RGB (Red+Green+Blue) = 225+71+144=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E14790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14790 is #1EB86F. Grayscale: #7D7D7D. Windows color (decimal): -2013296 or 9455585. OLE color: 9455585.

HSL color Cylindrical-coordinate representation of color #E14790: hue angle of 331.56º 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 #E14790 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 144 -
CMYK 0 0.68 0.36 0.12
HSL 331.56º 0.72% 0.58% -
HSV(B) 331.56º 0.68% 0.88% -
XYZ 38.34 22.53 28.71 -
YUV 125.37 138.52 199.06 -
System Red Green Blue C M Y K H S L
Decimal 225 71 144 0 0.68 0.36 0.12 331.56 0.72 0.58
Hex E1 47 90 0 44 24 C 14C 48 3A
Octal 341 107 220 0 104 44 14 514 110 72
Binary 11100001 1000111 10010000 0 1000100 100100 1100 101001100 1001000 111010

Color Harmonies of #E14790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14790

Black with #E14790

Text Example


Text Example

White with #E14790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14790; }

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

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

background-color css

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

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

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

border-color css

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

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

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