Html Css Color HEX #EC767E Froly

📋 copy color: '#EC767E'

red 236 ◦ green 118 ◦ blue 126

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

Shades of Froly #EC767E

Tints of Froly #EC767E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.25%

R = 49.17%
G = 24.58%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC767E (or 0xEC767E) is known color: Froly. HEX triplet: EC, 76 and 7E. RGB value is (236,118,126). Sum of RGB (Red+Green+Blue) = 236+118+126=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC767E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC767E is #138981. Grayscale: #9A9A9A. Windows color (decimal): -1280386 or 8287980. OLE color: 8287980.

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

Color convert

RGB 236 118 126 -
CMYK 0 0.5 0.47 0.07
HSL 355.93º 0.76% 0.69% -
HSV(B) 355.93º 0.5% 0.93% -
XYZ 44.84 32.3 23.61 -
YUV 154.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 236 118 126 0 0.5 0.47 0.07 355.93 0.76 0.69
Hex EC 76 7E 0 32 2F 7 164 4C 45
Octal 354 166 176 0 62 57 7 544 114 105
Binary 11101100 1110110 1111110 0 110010 101111 111 101100100 1001100 1000101

Color Harmonies of #EC767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC767E

Black with #EC767E

Text Example


Text Example

White with #EC767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC767E; }

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

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

background-color css

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

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

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

border-color css

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

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

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