Html Css Color HEX #EA697C Froly

📋 copy color: '#EA697C'

red 234 ◦ green 105 ◦ blue 124

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

Shades of Froly #EA697C

Tints of Froly #EA697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.68%

 BLUE value IS 124 (48.83% from 255) = 26.78%

R = 50.54%
G = 22.68%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA697C (or 0xEA697C) is known color: Froly. HEX triplet: EA, 69 and 7C. RGB value is (234,105,124). Sum of RGB (Red+Green+Blue) = 234+105+124=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA697C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA697C is #159683. Grayscale: #919191. Windows color (decimal): -1414788 or 8153578. OLE color: 8153578.

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

Color convert

RGB 234 105 124 -
CMYK 0 0.55 0.47 0.08
HSL 351.16º 0.75% 0.66% -
HSV(B) 351.16º 0.55% 0.92% -
XYZ 42.62 29.05 22.43 -
YUV 145.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 234 105 124 0 0.55 0.47 0.08 351.16 0.75 0.66
Hex EA 69 7C 0 37 2F 8 15F 4B 42
Octal 352 151 174 0 67 57 10 537 113 102
Binary 11101010 1101001 1111100 0 110111 101111 1000 101011111 1001011 1000010

Color Harmonies of #EA697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA697C

Black with #EA697C

Text Example


Text Example

White with #EA697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA697C; }

 p { color: rgb(234,105,124); }

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

background-color css

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

 a { background-color: rgb(234,105,124); }

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

border-color css

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

 span { border-color: rgb(234,105,124); }

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