Html Css Color HEX #EB697C Froly

📋 copy color: '#EB697C'

red 235 ◦ green 105 ◦ blue 124

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

Shades of Froly #EB697C

Tints of Froly #EB697C

RGB

 RED value IS 235 (92.19% from 255) = 50.65%

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

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

R = 50.65%
G = 22.63%
B = 26.72%

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

#EB697C (or 0xEB697C) is known color: Froly. HEX triplet: EB, 69 and 7C. RGB value is (235,105,124). Sum of RGB (Red+Green+Blue) = 235+105+124=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB697C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB697C is #149683. Grayscale: #929292. Windows color (decimal): -1349252 or 8153579. OLE color: 8153579.

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

Color convert

RGB 235 105 124 -
CMYK 0 0.55 0.47 0.08
HSL 351.23º 0.76% 0.67% -
HSV(B) 351.23º 0.55% 0.92% -
XYZ 42.95 29.22 22.45 -
YUV 146.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 235 105 124 0 0.55 0.47 0.08 351.23 0.76 0.67
Hex EB 69 7C 0 37 2F 8 15F 4C 43
Octal 353 151 174 0 67 57 10 537 114 103
Binary 11101011 1101001 1111100 0 110111 101111 1000 101011111 1001100 1000011

Color Harmonies of #EB697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB697C

Black with #EB697C

Text Example


Text Example

White with #EB697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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