Html Css Color HEX #EB6E74 Froly

📋 copy color: '#EB6E74'

red 235 ◦ green 110 ◦ blue 116

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

Shades of Froly #EB6E74

Tints of Froly #EB6E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.86%

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 50.98%
G = 23.86%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB6E74 (or 0xEB6E74) is known color: Froly. HEX triplet: EB, 6E and 74. RGB value is (235,110,116). Sum of RGB (Red+Green+Blue) = 235+110+116=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6E74 is #14918B. Grayscale: #949494. Windows color (decimal): -1347980 or 7630571. OLE color: 7630571.

HSL color Cylindrical-coordinate representation of color #EB6E74: hue angle of 357.12º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6E74 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 110 116 -
CMYK 0 0.53 0.51 0.08
HSL 357.12º 0.76% 0.68% -
HSV(B) 357.12º 0.53% 0.92% -
XYZ 42.99 30.07 20.06 -
YUV 148.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 235 110 116 0 0.53 0.51 0.08 357.12 0.76 0.68
Hex EB 6E 74 0 35 33 8 165 4C 44
Octal 353 156 164 0 65 63 10 545 114 104
Binary 11101011 1101110 1110100 0 110101 110011 1000 101100101 1001100 1000100

Color Harmonies of #EB6E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6E74

Black with #EB6E74

Text Example


Text Example

White with #EB6E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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