Html Css Color HEX #E14896 French Rose

📋 copy color: '#E14896'

red 225 ◦ green 72 ◦ blue 150

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

Shades of French Rose #E14896

Tints of French Rose #E14896

RGB

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

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

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

R = 50.34%
G = 16.11%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E14896 (or 0xE14896) is known color: French Rose. HEX triplet: E1, 48 and 96. RGB value is (225,72,150). Sum of RGB (Red+Green+Blue) = 225+72+150=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E14896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14896 is #1EB769. Grayscale: #7E7E7E. Windows color (decimal): -2013034 or 9849057. OLE color: 9849057.

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

Color convert

RGB 225 72 150 -
CMYK 0 0.68 0.33 0.12
HSL 329.41º 0.72% 0.58% -
HSV(B) 329.41º 0.68% 0.88% -
XYZ 38.87 22.84 31.21 -
YUV 126.64 141.19 198.16 -
System Red Green Blue C M Y K H S L
Decimal 225 72 150 0 0.68 0.33 0.12 329.41 0.72 0.58
Hex E1 48 96 0 44 21 C 149 48 3A
Octal 341 110 226 0 104 41 14 511 110 72
Binary 11100001 1001000 10010110 0 1000100 100001 1100 101001001 1001000 111010

Color Harmonies of #E14896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14896

Black with #E14896

Text Example


Text Example

White with #E14896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14896; }

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

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

background-color css

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

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

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

border-color css

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

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

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