Html Css Color HEX #E16A7A Froly

📋 copy color: '#E16A7A'

red 225 ◦ green 106 ◦ blue 122

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

Shades of Froly #E16A7A

Tints of Froly #E16A7A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.4%

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

R = 49.67%
G = 23.4%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E16A7A (or 0xE16A7A) is known color: Froly. HEX triplet: E1, 6A and 7A. RGB value is (225,106,122). Sum of RGB (Red+Green+Blue) = 225+106+122=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A7A is #1E9585. Grayscale: #8F8F8F. Windows color (decimal): -2004358 or 8022753. OLE color: 8022753.

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

Color convert

RGB 225 106 122 -
CMYK 0 0.53 0.46 0.12
HSL 351.93º 0.66% 0.65% -
HSV(B) 351.93º 0.53% 0.88% -
XYZ 39.72 27.72 21.67 -
YUV 143.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 225 106 122 0 0.53 0.46 0.12 351.93 0.66 0.65
Hex E1 6A 7A 0 35 2E C 160 42 41
Octal 341 152 172 0 65 56 14 540 102 101
Binary 11100001 1101010 1111010 0 110101 101110 1100 101100000 1000010 1000001

Color Harmonies of #E16A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16A7A

Black with #E16A7A

Text Example


Text Example

White with #E16A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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