Html Css Color HEX #E14A96 French Rose

📋 copy color: '#E14A96'

red 225 ◦ green 74 ◦ blue 150

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

Shades of French Rose #E14A96

Tints of French Rose #E14A96

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.48%

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

R = 50.11%
G = 16.48%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E14A96 (or 0xE14A96) is known color: French Rose. HEX triplet: E1, 4A and 96. RGB value is (225,74,150). Sum of RGB (Red+Green+Blue) = 225+74+150=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14A96 is #1EB569. Grayscale: #7F7F7F. Windows color (decimal): -2012522 or 9849569. OLE color: 9849569.

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

Color convert

RGB 225 74 150 -
CMYK 0 0.67 0.33 0.12
HSL 329.8º 0.72% 0.59% -
HSV(B) 329.8º 0.67% 0.88% -
XYZ 39.01 23.11 31.26 -
YUV 127.81 140.53 197.32 -
System Red Green Blue C M Y K H S L
Decimal 225 74 150 0 0.67 0.33 0.12 329.8 0.72 0.59
Hex E1 4A 96 0 43 21 C 14A 48 3B
Octal 341 112 226 0 103 41 14 512 110 73
Binary 11100001 1001010 10010110 0 1000011 100001 1100 101001010 1001000 111011

Color Harmonies of #E14A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A96

Black with #E14A96

Text Example


Text Example

White with #E14A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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