Html Css Color HEX #EA686C Froly

📋 copy color: '#EA686C'

red 234 ◦ green 104 ◦ blue 108

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

Shades of Froly #EA686C

Tints of Froly #EA686C

RGB

 RED value IS 234 (91.8% from 255) = 52.47%

 GREEN value IS 104 (41.02% from 255) = 23.32%

 BLUE value IS 108 (42.58% from 255) = 24.22%

R = 52.47%
G = 23.32%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA686C (or 0xEA686C) is known color: Froly. HEX triplet: EA, 68 and 6C. RGB value is (234,104,108). Sum of RGB (Red+Green+Blue) = 234+104+108=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA686C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA686C is #159793. Grayscale: #8F8F8F. Windows color (decimal): -1415060 or 7104746. OLE color: 7104746.

HSL color Cylindrical-coordinate representation of color #EA686C: hue angle of 358.15º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA686C is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 104 108 -
CMYK 0 0.56 0.54 0.08
HSL 358.15º 0.76% 0.66% -
HSV(B) 358.15º 0.56% 0.92% -
XYZ 41.59 28.48 17.49 -
YUV 143.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 234 104 108 0 0.56 0.54 0.08 358.15 0.76 0.66
Hex EA 68 6C 0 38 36 8 166 4C 42
Octal 352 150 154 0 70 66 10 546 114 102
Binary 11101010 1101000 1101100 0 111000 110110 1000 101100110 1001100 1000010

Color Harmonies of #EA686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA686C

Black with #EA686C

Text Example


Text Example

White with #EA686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA686C; }

 p { color: rgb(234,104,108); }

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

background-color css

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

 a { background-color: rgb(234,104,108); }

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

border-color css

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

 span { border-color: rgb(234,104,108); }

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