Html Css Color HEX #E16069 Froly

📋 copy color: '#E16069'

red 225 ◦ green 96 ◦ blue 105

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

Shades of Froly #E16069

Tints of Froly #E16069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.54%

 BLUE value IS 105 (41.41% from 255) = 24.65%

R = 52.82%
G = 22.54%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E16069 (or 0xE16069) is known color: Froly. HEX triplet: E1, 60 and 69. RGB value is (225,96,105). Sum of RGB (Red+Green+Blue) = 225+96+105=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E16069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16069 is #1E9F96. Grayscale: #878787. Windows color (decimal): -2006935 or 6906081. OLE color: 6906081.

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

Color convert

RGB 225 96 105 -
CMYK 0 0.57 0.53 0.12
HSL 355.81º 0.68% 0.63% -
HSV(B) 355.81º 0.57% 0.88% -
XYZ 37.78 25.39 16.27 -
YUV 135.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 225 96 105 0 0.57 0.53 0.12 355.81 0.68 0.63
Hex E1 60 69 0 39 35 C 164 44 3F
Octal 341 140 151 0 71 65 14 544 104 77
Binary 11100001 1100000 1101001 0 111001 110101 1100 101100100 1000100 111111

Color Harmonies of #E16069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16069

Black with #E16069

Text Example


Text Example

White with #E16069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16069; }

 p { color: rgb(225,96,105); }

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

background-color css

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

 a { background-color: rgb(225,96,105); }

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

border-color css

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

 span { border-color: rgb(225,96,105); }

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