Html Css Color HEX #E14C92 French Rose

📋 copy color: '#E14C92'

red 225 ◦ green 76 ◦ blue 146

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

Shades of French Rose #E14C92

Tints of French Rose #E14C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17%

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

R = 50.34%
G = 17%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E14C92 (or 0xE14C92) is known color: French Rose. HEX triplet: E1, 4C and 92. RGB value is (225,76,146). Sum of RGB (Red+Green+Blue) = 225+76+146=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14C92 is #1EB36D. Grayscale: #808080. Windows color (decimal): -2012014 or 9587937. OLE color: 9587937.

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

Color convert

RGB 225 76 146 -
CMYK 0 0.66 0.35 0.12
HSL 331.81º 0.71% 0.59% -
HSV(B) 331.81º 0.66% 0.88% -
XYZ 38.82 23.25 29.64 -
YUV 128.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 225 76 146 0 0.66 0.35 0.12 331.81 0.71 0.59
Hex E1 4C 92 0 42 23 C 14C 47 3B
Octal 341 114 222 0 102 43 14 514 107 73
Binary 11100001 1001100 10010010 0 1000010 100011 1100 101001100 1000111 111011

Color Harmonies of #E14C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C92

Black with #E14C92

Text Example


Text Example

White with #E14C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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