Html Css Color HEX #E14D97 French Rose

📋 copy color: '#E14D97'

red 225 ◦ green 77 ◦ blue 151

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

Shades of French Rose #E14D97

Tints of French Rose #E14D97

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17%

 BLUE value IS 151 (59.38% from 255) = 33.33%

R = 49.67%
G = 17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E14D97 (or 0xE14D97) is known color: French Rose. HEX triplet: E1, 4D and 97. RGB value is (225,77,151). Sum of RGB (Red+Green+Blue) = 225+77+151=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D97 is #1EB268. Grayscale: #818181. Windows color (decimal): -2011753 or 9915873. OLE color: 9915873.

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

Color convert

RGB 225 77 151 -
CMYK 0 0.66 0.33 0.12
HSL 330º 0.71% 0.59% -
HSV(B) 330º 0.66% 0.88% -
XYZ 39.29 23.55 31.75 -
YUV 129.69 140.03 195.98 -
System Red Green Blue C M Y K H S L
Decimal 225 77 151 0 0.66 0.33 0.12 330 0.71 0.59
Hex E1 4D 97 0 42 21 C 14A 47 3B
Octal 341 115 227 0 102 41 14 512 107 73
Binary 11100001 1001101 10010111 0 1000010 100001 1100 101001010 1000111 111011

Color Harmonies of #E14D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D97

Black with #E14D97

Text Example


Text Example

White with #E14D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D97; }

 p { color: rgb(225,77,151); }

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

background-color css

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

 a { background-color: rgb(225,77,151); }

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

border-color css

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

 span { border-color: rgb(225,77,151); }

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