Html Css Color HEX #EB697D Froly

📋 copy color: '#EB697D'

red 235 ◦ green 105 ◦ blue 125

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

Shades of Froly #EB697D

Tints of Froly #EB697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.88%

R = 50.54%
G = 22.58%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB697D (or 0xEB697D) is known color: Froly. HEX triplet: EB, 69 and 7D. RGB value is (235,105,125). Sum of RGB (Red+Green+Blue) = 235+105+125=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB697D is #149682. Grayscale: #929292. Windows color (decimal): -1349251 or 8219115. OLE color: 8219115.

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

Color convert

RGB 235 105 125 -
CMYK 0 0.55 0.47 0.08
HSL 350.77º 0.76% 0.67% -
HSV(B) 350.77º 0.55% 0.92% -
XYZ 43.01 29.25 22.78 -
YUV 146.15 116.07 191.37 -
System Red Green Blue C M Y K H S L
Decimal 235 105 125 0 0.55 0.47 0.08 350.77 0.76 0.67
Hex EB 69 7D 0 37 2F 8 15F 4C 43
Octal 353 151 175 0 67 57 10 537 114 103
Binary 11101011 1101001 1111101 0 110111 101111 1000 101011111 1001100 1000011

Color Harmonies of #EB697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB697D

Black with #EB697D

Text Example


Text Example

White with #EB697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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