Html Css Color HEX #E14894 French Rose

📋 copy color: '#E14894'

red 225 ◦ green 72 ◦ blue 148

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

Shades of French Rose #E14894

Tints of French Rose #E14894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.18%

 BLUE value IS 148 (58.2% from 255) = 33.26%

R = 50.56%
G = 16.18%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E14894 (or 0xE14894) is known color: French Rose. HEX triplet: E1, 48 and 94. RGB value is (225,72,148). Sum of RGB (Red+Green+Blue) = 225+72+148=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E14894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14894 is #1EB76B. Grayscale: #7E7E7E. Windows color (decimal): -2013036 or 9717985. OLE color: 9717985.

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

Color convert

RGB 225 72 148 -
CMYK 0 0.68 0.34 0.12
HSL 330.2º 0.72% 0.58% -
HSV(B) 330.2º 0.68% 0.88% -
XYZ 38.71 22.78 30.37 -
YUV 126.41 140.19 198.32 -
System Red Green Blue C M Y K H S L
Decimal 225 72 148 0 0.68 0.34 0.12 330.2 0.72 0.58
Hex E1 48 94 0 44 22 C 14A 48 3A
Octal 341 110 224 0 104 42 14 512 110 72
Binary 11100001 1001000 10010100 0 1000100 100010 1100 101001010 1001000 111010

Color Harmonies of #E14894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14894

Black with #E14894

Text Example


Text Example

White with #E14894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14894; }

 p { color: rgb(225,72,148); }

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

background-color css

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

 a { background-color: rgb(225,72,148); }

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

border-color css

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

 span { border-color: rgb(225,72,148); }

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