Html Css Color HEX #E16C7A Froly

📋 copy color: '#E16C7A'

red 225 ◦ green 108 ◦ blue 122

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

Shades of Froly #E16C7A

Tints of Froly #E16C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.74%

 BLUE value IS 122 (48.05% from 255) = 26.81%

R = 49.45%
G = 23.74%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E16C7A (or 0xE16C7A) is known color: Froly. HEX triplet: E1, 6C and 7A. RGB value is (225,108,122). Sum of RGB (Red+Green+Blue) = 225+108+122=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C7A is #1E9385. Grayscale: #909090. Windows color (decimal): -2003846 or 8023265. OLE color: 8023265.

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

Color convert

RGB 225 108 122 -
CMYK 0 0.52 0.46 0.12
HSL 352.82º 0.66% 0.65% -
HSV(B) 352.82º 0.52% 0.88% -
XYZ 39.93 28.14 21.74 -
YUV 144.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 225 108 122 0 0.52 0.46 0.12 352.82 0.66 0.65
Hex E1 6C 7A 0 34 2E C 161 42 41
Octal 341 154 172 0 64 56 14 541 102 101
Binary 11100001 1101100 1111010 0 110100 101110 1100 101100001 1000010 1000001

Color Harmonies of #E16C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C7A

Black with #E16C7A

Text Example


Text Example

White with #E16C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C7A; }

 p { color: rgb(225,108,122); }

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

background-color css

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

 a { background-color: rgb(225,108,122); }

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

border-color css

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

 span { border-color: rgb(225,108,122); }

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