Html Css Color HEX #E14892 French Rose

📋 copy color: '#E14892'

red 225 ◦ green 72 ◦ blue 146

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

Shades of French Rose #E14892

Tints of French Rose #E14892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.96%

R = 50.79%
G = 16.25%
B = 32.96%

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

#E14892 (or 0xE14892) is known color: French Rose. HEX triplet: E1, 48 and 92. RGB value is (225,72,146). Sum of RGB (Red+Green+Blue) = 225+72+146=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E14892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14892 is #1EB76D. Grayscale: #7E7E7E. Windows color (decimal): -2013038 or 9586913. OLE color: 9586913.

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

Color convert

RGB 225 72 146 -
CMYK 0 0.68 0.35 0.12
HSL 330.98º 0.72% 0.58% -
HSV(B) 330.98º 0.68% 0.88% -
XYZ 38.56 22.72 29.55 -
YUV 126.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 225 72 146 0 0.68 0.35 0.12 330.98 0.72 0.58
Hex E1 48 92 0 44 23 C 14B 48 3A
Octal 341 110 222 0 104 43 14 513 110 72
Binary 11100001 1001000 10010010 0 1000100 100011 1100 101001011 1001000 111010

Color Harmonies of #E14892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14892

Black with #E14892

Text Example


Text Example

White with #E14892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14892; }

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

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

background-color css

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

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

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

border-color css

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

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

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