Html Css Color HEX #EC767B Froly

📋 copy color: '#EC767B'

red 236 ◦ green 118 ◦ blue 123

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

Shades of Froly #EC767B

Tints of Froly #EC767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.79%

R = 49.48%
G = 24.74%
B = 25.79%

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

#EC767B (or 0xEC767B) is known color: Froly. HEX triplet: EC, 76 and 7B. RGB value is (236,118,123). Sum of RGB (Red+Green+Blue) = 236+118+123=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC767B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC767B is #138984. Grayscale: #999999. Windows color (decimal): -1280389 or 8091372. OLE color: 8091372.

HSL color Cylindrical-coordinate representation of color #EC767B: hue angle of 357.46º 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 #EC767B is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 118 123 -
CMYK 0 0.5 0.48 0.07
HSL 357.46º 0.76% 0.69% -
HSV(B) 357.46º 0.5% 0.93% -
XYZ 44.65 32.22 22.6 -
YUV 153.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 236 118 123 0 0.5 0.48 0.07 357.46 0.76 0.69
Hex EC 76 7B 0 32 30 7 165 4C 45
Octal 354 166 173 0 62 60 7 545 114 105
Binary 11101100 1110110 1111011 0 110010 110000 111 101100101 1001100 1000101

Color Harmonies of #EC767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC767B

Black with #EC767B

Text Example


Text Example

White with #EC767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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