Html Css Color HEX #EA687D Froly

📋 copy color: '#EA687D'

red 234 ◦ green 104 ◦ blue 125

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

Shades of Froly #EA687D

Tints of Froly #EA687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27%

R = 50.54%
G = 22.46%
B = 27%

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

#EA687D (or 0xEA687D) is known color: Froly. HEX triplet: EA, 68 and 7D. RGB value is (234,104,125). Sum of RGB (Red+Green+Blue) = 234+104+125=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA687D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA687D is #159782. Grayscale: #919191. Windows color (decimal): -1415043 or 8218858. OLE color: 8218858.

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

Color convert

RGB 234 104 125 -
CMYK 0 0.56 0.47 0.08
HSL 350.31º 0.76% 0.66% -
HSV(B) 350.31º 0.56% 0.92% -
XYZ 42.58 28.87 22.73 -
YUV 145.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 234 104 125 0 0.56 0.47 0.08 350.31 0.76 0.66
Hex EA 68 7D 0 38 2F 8 15E 4C 42
Octal 352 150 175 0 70 57 10 536 114 102
Binary 11101010 1101000 1111101 0 111000 101111 1000 101011110 1001100 1000010

Color Harmonies of #EA687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA687D

Black with #EA687D

Text Example


Text Example

White with #EA687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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