Html Css Color HEX #EB696D Froly

📋 copy color: '#EB696D'

red 235 ◦ green 105 ◦ blue 109

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

Shades of Froly #EB696D

Tints of Froly #EB696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 52.34%
G = 23.39%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB696D (or 0xEB696D) is known color: Froly. HEX triplet: EB, 69 and 6D. RGB value is (235,105,109). Sum of RGB (Red+Green+Blue) = 235+105+109=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB696D is #149692. Grayscale: #909090. Windows color (decimal): -1349267 or 7170539. OLE color: 7170539.

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

Color convert

RGB 235 105 109 -
CMYK 0 0.55 0.54 0.08
HSL 358.15º 0.76% 0.67% -
HSV(B) 358.15º 0.55% 0.92% -
XYZ 42.07 28.87 17.82 -
YUV 144.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 235 105 109 0 0.55 0.54 0.08 358.15 0.76 0.67
Hex EB 69 6D 0 37 36 8 166 4C 43
Octal 353 151 155 0 67 66 10 546 114 103
Binary 11101011 1101001 1101101 0 110111 110110 1000 101100110 1001100 1000011

Color Harmonies of #EB696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB696D

Black with #EB696D

Text Example


Text Example

White with #EB696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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