Html Css Color HEX #E14F9C French Rose

📋 copy color: '#E14F9C'

red 225 ◦ green 79 ◦ blue 156

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

Shades of French Rose #E14F9C

Tints of French Rose #E14F9C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.17%

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 48.91%
G = 17.17%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E14F9C (or 0xE14F9C) is known color: French Rose. HEX triplet: E1, 4F and 9C. RGB value is (225,79,156). Sum of RGB (Red+Green+Blue) = 225+79+156=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14F9C is #1EB063. Grayscale: #838383. Windows color (decimal): -2011236 or 10244065. OLE color: 10244065.

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

Color convert

RGB 225 79 156 -
CMYK 0 0.65 0.31 0.12
HSL 328.36º 0.71% 0.6% -
HSV(B) 328.36º 0.65% 0.88% -
XYZ 39.85 24 33.98 -
YUV 131.43 141.87 194.74 -
System Red Green Blue C M Y K H S L
Decimal 225 79 156 0 0.65 0.31 0.12 328.36 0.71 0.6
Hex E1 4F 9C 0 41 1F C 148 47 3C
Octal 341 117 234 0 101 37 14 510 107 74
Binary 11100001 1001111 10011100 0 1000001 11111 1100 101001000 1000111 111100

Color Harmonies of #E14F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F9C

Black with #E14F9C

Text Example


Text Example

White with #E14F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F9C; }

 p { color: rgb(225,79,156); }

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

background-color css

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

 a { background-color: rgb(225,79,156); }

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

border-color css

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

 span { border-color: rgb(225,79,156); }

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