Html Css Color HEX #EA687A Froly

📋 copy color: '#EA687A'

red 234 ◦ green 104 ◦ blue 122

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

Shades of Froly #EA687A

Tints of Froly #EA687A

RGB

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

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

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

R = 50.87%
G = 22.61%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA687A (or 0xEA687A) is known color: Froly. HEX triplet: EA, 68 and 7A. RGB value is (234,104,122). Sum of RGB (Red+Green+Blue) = 234+104+122=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA687A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA687A is #159785. Grayscale: #909090. Windows color (decimal): -1415046 or 8022250. OLE color: 8022250.

HSL color Cylindrical-coordinate representation of color #EA687A: hue angle of 351.69º 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 #EA687A is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 104 122 -
CMYK 0 0.56 0.48 0.08
HSL 351.69º 0.76% 0.66% -
HSV(B) 351.69º 0.56% 0.92% -
XYZ 42.39 28.8 21.74 -
YUV 144.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 234 104 122 0 0.56 0.48 0.08 351.69 0.76 0.66
Hex EA 68 7A 0 38 30 8 160 4C 42
Octal 352 150 172 0 70 60 10 540 114 102
Binary 11101010 1101000 1111010 0 111000 110000 1000 101100000 1001100 1000010

Color Harmonies of #EA687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA687A

Black with #EA687A

Text Example


Text Example

White with #EA687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA687A; }

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

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

background-color css

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

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

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

border-color css

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

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

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