Html Css Color HEX #EB7C81 Froly

📋 copy color: '#EB7C81'

red 235 ◦ green 124 ◦ blue 129

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

Shades of Froly #EB7C81

Tints of Froly #EB7C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.43%

R = 48.16%
G = 25.41%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB7C81 (or 0xEB7C81) is known color: Froly. HEX triplet: EB, 7C and 81. RGB value is (235,124,129). Sum of RGB (Red+Green+Blue) = 235+124+129=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7C81 is #14837E. Grayscale: #9D9D9D. Windows color (decimal): -1344383 or 8486123. OLE color: 8486123.

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

Color convert

RGB 235 124 129 -
CMYK 0 0.47 0.45 0.08
HSL 357.3º 0.74% 0.7% -
HSV(B) 357.3º 0.47% 0.92% -
XYZ 45.43 33.66 24.87 -
YUV 157.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 235 124 129 0 0.47 0.45 0.08 357.3 0.74 0.7
Hex EB 7C 81 0 2F 2D 8 165 4A 46
Octal 353 174 201 0 57 55 10 545 112 106
Binary 11101011 1111100 10000001 0 101111 101101 1000 101100101 1001010 1000110

Color Harmonies of #EB7C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7C81

Black with #EB7C81

Text Example


Text Example

White with #EB7C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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