Html Css Color HEX #E14993 French Rose

📋 copy color: '#E14993'

red 225 ◦ green 73 ◦ blue 147

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

Shades of French Rose #E14993

Tints of French Rose #E14993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.4%

 BLUE value IS 147 (57.81% from 255) = 33.03%

R = 50.56%
G = 16.4%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E14993 (or 0xE14993) is known color: French Rose. HEX triplet: E1, 49 and 93. RGB value is (225,73,147). Sum of RGB (Red+Green+Blue) = 225+73+147=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E14993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14993 is #1EB66C. Grayscale: #7E7E7E. Windows color (decimal): -2012781 or 9652705. OLE color: 9652705.

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

Color convert

RGB 225 73 147 -
CMYK 0 0.68 0.35 0.12
HSL 330.79º 0.72% 0.58% -
HSV(B) 330.79º 0.68% 0.88% -
XYZ 38.7 22.88 29.98 -
YUV 126.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 225 73 147 0 0.68 0.35 0.12 330.79 0.72 0.58
Hex E1 49 93 0 44 23 C 14B 48 3A
Octal 341 111 223 0 104 43 14 513 110 72
Binary 11100001 1001001 10010011 0 1000100 100011 1100 101001011 1001000 111010

Color Harmonies of #E14993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14993

Black with #E14993

Text Example


Text Example

White with #E14993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14993; }

 p { color: rgb(225,73,147); }

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

background-color css

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

 a { background-color: rgb(225,73,147); }

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

border-color css

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

 span { border-color: rgb(225,73,147); }

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