Html Css Color HEX #EB696E Froly

📋 copy color: '#EB696E'

red 235 ◦ green 105 ◦ blue 110

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

Shades of Froly #EB696E

Tints of Froly #EB696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.44%

R = 52.22%
G = 23.33%
B = 24.44%

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

#EB696E (or 0xEB696E) is known color: Froly. HEX triplet: EB, 69 and 6E. RGB value is (235,105,110). Sum of RGB (Red+Green+Blue) = 235+105+110=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB696E is #149691. Grayscale: #909090. Windows color (decimal): -1349266 or 7236075. OLE color: 7236075.

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

Color convert

RGB 235 105 110 -
CMYK 0 0.55 0.53 0.08
HSL 357.69º 0.76% 0.67% -
HSV(B) 357.69º 0.55% 0.92% -
XYZ 42.13 28.89 18.11 -
YUV 144.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 235 105 110 0 0.55 0.53 0.08 357.69 0.76 0.67
Hex EB 69 6E 0 37 35 8 166 4C 43
Octal 353 151 156 0 67 65 10 546 114 103
Binary 11101011 1101001 1101110 0 110111 110101 1000 101100110 1001100 1000011

Color Harmonies of #EB696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB696E

Black with #EB696E

Text Example


Text Example

White with #EB696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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