Html Css Color HEX #EB7C80 Froly

📋 copy color: '#EB7C80'

red 235 ◦ green 124 ◦ blue 128

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

Shades of Froly #EB7C80

Tints of Froly #EB7C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.46%

 BLUE value IS 128 (50.39% from 255) = 26.28%

R = 48.25%
G = 25.46%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB7C80 (or 0xEB7C80) is known color: Froly. HEX triplet: EB, 7C and 80. RGB value is (235,124,128). Sum of RGB (Red+Green+Blue) = 235+124+128=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7C80 is #14837F. Grayscale: #9D9D9D. Windows color (decimal): -1344384 or 8420587. OLE color: 8420587.

HSL color Cylindrical-coordinate representation of color #EB7C80: hue angle of 357.84º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7C80 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 124 128 -
CMYK 0 0.47 0.46 0.08
HSL 357.84º 0.74% 0.7% -
HSV(B) 357.84º 0.47% 0.92% -
XYZ 45.36 33.64 24.52 -
YUV 157.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 235 124 128 0 0.47 0.46 0.08 357.84 0.74 0.7
Hex EB 7C 80 0 2F 2E 8 166 4A 46
Octal 353 174 200 0 57 56 10 546 112 106
Binary 11101011 1111100 10000000 0 101111 101110 1000 101100110 1001010 1000110

Color Harmonies of #EB7C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7C80

Black with #EB7C80

Text Example


Text Example

White with #EB7C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7C80; }

 p { color: rgb(235,124,128); }

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

background-color css

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

 a { background-color: rgb(235,124,128); }

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

border-color css

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

 span { border-color: rgb(235,124,128); }

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