Html Css Color HEX #EC8081 Froly

📋 copy color: '#EC8081'

red 236 ◦ green 128 ◦ blue 129

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

Shades of Froly #EC8081

Tints of Froly #EC8081

RGB

 RED value IS 236 (92.58% from 255) = 47.87%

 GREEN value IS 128 (50.39% from 255) = 25.96%

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

R = 47.87%
G = 25.96%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC8081 (or 0xEC8081) is known color: Froly. HEX triplet: EC, 80 and 81. RGB value is (236,128,129). Sum of RGB (Red+Green+Blue) = 236+128+129=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8081 is #137F7E. Grayscale: #A0A0A0. Windows color (decimal): -1277823 or 8487148. OLE color: 8487148.

HSL color Cylindrical-coordinate representation of color #EC8081: hue angle of 359.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8081 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 128 129 -
CMYK 0 0.46 0.45 0.07
HSL 359.44º 0.74% 0.71% -
HSV(B) 359.44º 0.46% 0.93% -
XYZ 46.27 34.86 25.06 -
YUV 160.41 110.28 181.92 -
System Red Green Blue C M Y K H S L
Decimal 236 128 129 0 0.46 0.45 0.07 359.44 0.74 0.71
Hex EC 80 81 0 2E 2D 7 167 4A 47
Octal 354 200 201 0 56 55 7 547 112 107
Binary 11101100 10000000 10000001 0 101110 101101 111 101100111 1001010 1000111

Color Harmonies of #EC8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8081

Black with #EC8081

Text Example


Text Example

White with #EC8081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8081; }

 p { color: rgb(236,128,129); }

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

background-color css

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

 a { background-color: rgb(236,128,129); }

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

border-color css

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

 span { border-color: rgb(236,128,129); }

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