Html Css Color HEX #EB6C78 Froly

📋 copy color: '#EB6C78'

red 235 ◦ green 108 ◦ blue 120

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

Shades of Froly #EB6C78

Tints of Froly #EB6C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.33%

 BLUE value IS 120 (47.27% from 255) = 25.92%

R = 50.76%
G = 23.33%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB6C78 (or 0xEB6C78) is known color: Froly. HEX triplet: EB, 6C and 78. RGB value is (235,108,120). Sum of RGB (Red+Green+Blue) = 235+108+120=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6C78 is #149387. Grayscale: #939393. Windows color (decimal): -1348488 or 7892203. OLE color: 7892203.

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

Color convert

RGB 235 108 120 -
CMYK 0 0.54 0.49 0.08
HSL 354.33º 0.76% 0.67% -
HSV(B) 354.33º 0.54% 0.92% -
XYZ 43.01 29.74 21.24 -
YUV 147.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 235 108 120 0 0.54 0.49 0.08 354.33 0.76 0.67
Hex EB 6C 78 0 36 31 8 162 4C 43
Octal 353 154 170 0 66 61 10 542 114 103
Binary 11101011 1101100 1111000 0 110110 110001 1000 101100010 1001100 1000011

Color Harmonies of #EB6C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6C78

Black with #EB6C78

Text Example


Text Example

White with #EB6C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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