Html Css Color HEX #E14C9C French Rose

📋 copy color: '#E14C9C'

red 225 ◦ green 76 ◦ blue 156

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

Shades of French Rose #E14C9C

Tints of French Rose #E14C9C

RGB

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

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

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

R = 49.23%
G = 16.63%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E14C9C (or 0xE14C9C) is known color: French Rose. HEX triplet: E1, 4C and 9C. RGB value is (225,76,156). Sum of RGB (Red+Green+Blue) = 225+76+156=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14C9C is #1EB363. Grayscale: #818181. Windows color (decimal): -2012004 or 10243297. OLE color: 10243297.

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

Color convert

RGB 225 76 156 -
CMYK 0 0.66 0.31 0.12
HSL 327.79º 0.71% 0.59% -
HSV(B) 327.79º 0.66% 0.88% -
XYZ 39.64 23.58 33.91 -
YUV 129.67 142.86 196 -
System Red Green Blue C M Y K H S L
Decimal 225 76 156 0 0.66 0.31 0.12 327.79 0.71 0.59
Hex E1 4C 9C 0 42 1F C 148 47 3B
Octal 341 114 234 0 102 37 14 510 107 73
Binary 11100001 1001100 10011100 0 1000010 11111 1100 101001000 1000111 111011

Color Harmonies of #E14C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C9C

Black with #E14C9C

Text Example


Text Example

White with #E14C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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