Html Css Color HEX #EB696C Froly

📋 copy color: '#EB696C'

red 235 ◦ green 105 ◦ blue 108

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

Shades of Froly #EB696C

Tints of Froly #EB696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 52.46%
G = 23.44%
B = 24.11%

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

#EB696C (or 0xEB696C) is known color: Froly. HEX triplet: EB, 69 and 6C. RGB value is (235,105,108). Sum of RGB (Red+Green+Blue) = 235+105+108=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB696C is #149693. Grayscale: #909090. Windows color (decimal): -1349268 or 7105003. OLE color: 7105003.

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

Color convert

RGB 235 105 108 -
CMYK 0 0.55 0.54 0.08
HSL 358.62º 0.76% 0.67% -
HSV(B) 358.62º 0.55% 0.92% -
XYZ 42.02 28.85 17.54 -
YUV 144.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 235 105 108 0 0.55 0.54 0.08 358.62 0.76 0.67
Hex EB 69 6C 0 37 36 8 167 4C 43
Octal 353 151 154 0 67 66 10 547 114 103
Binary 11101011 1101001 1101100 0 110111 110110 1000 101100111 1001100 1000011

Color Harmonies of #EB696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB696C

Black with #EB696C

Text Example


Text Example

White with #EB696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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