Html Css Color HEX #EC767A Froly

📋 copy color: '#EC767A'

red 236 ◦ green 118 ◦ blue 122

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

Shades of Froly #EC767A

Tints of Froly #EC767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.79%

 BLUE value IS 122 (48.05% from 255) = 25.63%

R = 49.58%
G = 24.79%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC767A (or 0xEC767A) is known color: Froly. HEX triplet: EC, 76 and 7A. RGB value is (236,118,122). Sum of RGB (Red+Green+Blue) = 236+118+122=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC767A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC767A is #138985. Grayscale: #999999. Windows color (decimal): -1280390 or 8025836. OLE color: 8025836.

HSL color Cylindrical-coordinate representation of color #EC767A: hue angle of 357.97º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC767A is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 118 122 -
CMYK 0 0.5 0.48 0.07
HSL 357.97º 0.76% 0.69% -
HSV(B) 357.97º 0.5% 0.93% -
XYZ 44.58 32.19 22.28 -
YUV 153.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 236 118 122 0 0.5 0.48 0.07 357.97 0.76 0.69
Hex EC 76 7A 0 32 30 7 166 4C 45
Octal 354 166 172 0 62 60 7 546 114 105
Binary 11101100 1110110 1111010 0 110010 110000 111 101100110 1001100 1000101

Color Harmonies of #EC767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC767A

Black with #EC767A

Text Example


Text Example

White with #EC767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC767A; }

 p { color: rgb(236,118,122); }

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

background-color css

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

 a { background-color: rgb(236,118,122); }

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

border-color css

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

 span { border-color: rgb(236,118,122); }

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