Html Css Color HEX #E14E9C French Rose

📋 copy color: '#E14E9C'

red 225 ◦ green 78 ◦ blue 156

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

Shades of French Rose #E14E9C

Tints of French Rose #E14E9C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.99%

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

R = 49.02%
G = 16.99%
B = 33.99%

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

#E14E9C (or 0xE14E9C) is known color: French Rose. HEX triplet: E1, 4E and 9C. RGB value is (225,78,156). Sum of RGB (Red+Green+Blue) = 225+78+156=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14E9C is #1EB163. Grayscale: #828282. Windows color (decimal): -2011492 or 10243809. OLE color: 10243809.

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

Color convert

RGB 225 78 156 -
CMYK 0 0.65 0.31 0.12
HSL 328.16º 0.71% 0.59% -
HSV(B) 328.16º 0.65% 0.88% -
XYZ 39.78 23.86 33.96 -
YUV 130.85 142.2 195.16 -
System Red Green Blue C M Y K H S L
Decimal 225 78 156 0 0.65 0.31 0.12 328.16 0.71 0.59
Hex E1 4E 9C 0 41 1F C 148 47 3B
Octal 341 116 234 0 101 37 14 510 107 73
Binary 11100001 1001110 10011100 0 1000001 11111 1100 101001000 1000111 111011

Color Harmonies of #E14E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E9C

Black with #E14E9C

Text Example


Text Example

White with #E14E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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