Html Css Color HEX #EB696F Froly

📋 copy color: '#EB696F'

red 235 ◦ green 105 ◦ blue 111

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

Shades of Froly #EB696F

Tints of Froly #EB696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.61%

R = 52.11%
G = 23.28%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB696F (or 0xEB696F) is known color: Froly. HEX triplet: EB, 69 and 6F. RGB value is (235,105,111). Sum of RGB (Red+Green+Blue) = 235+105+111=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB696F is #149690. Grayscale: #909090. Windows color (decimal): -1349265 or 7301611. OLE color: 7301611.

HSL color Cylindrical-coordinate representation of color #EB696F: hue angle of 357.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 #EB696F is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 105 111 -
CMYK 0 0.55 0.53 0.08
HSL 357.23º 0.76% 0.67% -
HSV(B) 357.23º 0.55% 0.92% -
XYZ 42.18 28.91 18.4 -
YUV 144.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 235 105 111 0 0.55 0.53 0.08 357.23 0.76 0.67
Hex EB 69 6F 0 37 35 8 165 4C 43
Octal 353 151 157 0 67 65 10 545 114 103
Binary 11101011 1101001 1101111 0 110111 110101 1000 101100101 1001100 1000011

Color Harmonies of #EB696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB696F

Black with #EB696F

Text Example


Text Example

White with #EB696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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