Html Css Color HEX #EB696B Froly

📋 copy color: '#EB696B'

red 235 ◦ green 105 ◦ blue 107

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

Shades of Froly #EB696B

Tints of Froly #EB696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 52.57%
G = 23.49%
B = 23.94%

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

#EB696B (or 0xEB696B) is known color: Froly. HEX triplet: EB, 69 and 6B. RGB value is (235,105,107). Sum of RGB (Red+Green+Blue) = 235+105+107=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB696B is #149694. Grayscale: #909090. Windows color (decimal): -1349269 or 7039467. OLE color: 7039467.

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

Color convert

RGB 235 105 107 -
CMYK 0 0.55 0.54 0.08
HSL 359.08º 0.76% 0.67% -
HSV(B) 359.08º 0.55% 0.92% -
XYZ 41.97 28.83 17.26 -
YUV 144.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 235 105 107 0 0.55 0.54 0.08 359.08 0.76 0.67
Hex EB 69 6B 0 37 36 8 167 4C 43
Octal 353 151 153 0 67 66 10 547 114 103
Binary 11101011 1101001 1101011 0 110111 110110 1000 101100111 1001100 1000011

Color Harmonies of #EB696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB696B

Black with #EB696B

Text Example


Text Example

White with #EB696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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