Html Css Color HEX #EA687B Froly

📋 copy color: '#EA687B'

red 234 ◦ green 104 ◦ blue 123

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

Shades of Froly #EA687B

Tints of Froly #EA687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.68%

R = 50.76%
G = 22.56%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA687B (or 0xEA687B) is known color: Froly. HEX triplet: EA, 68 and 7B. RGB value is (234,104,123). Sum of RGB (Red+Green+Blue) = 234+104+123=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA687B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA687B is #159784. Grayscale: #919191. Windows color (decimal): -1415045 or 8087786. OLE color: 8087786.

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

Color convert

RGB 234 104 123 -
CMYK 0 0.56 0.47 0.08
HSL 351.23º 0.76% 0.66% -
HSV(B) 351.23º 0.56% 0.92% -
XYZ 42.46 28.82 22.06 -
YUV 145.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 234 104 123 0 0.56 0.47 0.08 351.23 0.76 0.66
Hex EA 68 7B 0 38 2F 8 15F 4C 42
Octal 352 150 173 0 70 57 10 537 114 102
Binary 11101010 1101000 1111011 0 111000 101111 1000 101011111 1001100 1000010

Color Harmonies of #EA687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA687B

Black with #EA687B

Text Example


Text Example

White with #EA687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA687B; }

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

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

background-color css

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

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

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

border-color css

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

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

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