Html Css Color HEX #E14C9A French Rose

📋 copy color: '#E14C9A'

red 225 ◦ green 76 ◦ blue 154

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

Shades of French Rose #E14C9A

Tints of French Rose #E14C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.85%

R = 49.45%
G = 16.7%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E14C9A (or 0xE14C9A) is known color: French Rose. HEX triplet: E1, 4C and 9A. RGB value is (225,76,154). Sum of RGB (Red+Green+Blue) = 225+76+154=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14C9A is #1EB365. Grayscale: #818181. Windows color (decimal): -2012006 or 10112225. OLE color: 10112225.

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

Color convert

RGB 225 76 154 -
CMYK 0 0.66 0.32 0.12
HSL 328.59º 0.71% 0.59% -
HSV(B) 328.59º 0.66% 0.88% -
XYZ 39.47 23.51 33.03 -
YUV 129.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 225 76 154 0 0.66 0.32 0.12 328.59 0.71 0.59
Hex E1 4C 9A 0 42 20 C 149 47 3B
Octal 341 114 232 0 102 40 14 511 107 73
Binary 11100001 1001100 10011010 0 1000010 100000 1100 101001001 1000111 111011

Color Harmonies of #E14C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C9A

Black with #E14C9A

Text Example


Text Example

White with #E14C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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