Html Css Color HEX #EC676B Froly

📋 copy color: '#EC676B'

red 236 ◦ green 103 ◦ blue 107

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

Shades of Froly #EC676B

Tints of Froly #EC676B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.09%

 BLUE value IS 107 (42.19% from 255) = 23.99%

R = 52.91%
G = 23.09%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC676B (or 0xEC676B) is known color: Froly. HEX triplet: EC, 67 and 6B. RGB value is (236,103,107). Sum of RGB (Red+Green+Blue) = 236+103+107=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC676B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC676B is #139894. Grayscale: #8F8F8F. Windows color (decimal): -1284245 or 7038956. OLE color: 7038956.

HSL color Cylindrical-coordinate representation of color #EC676B: hue angle of 358.2º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC676B is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 103 107 -
CMYK 0 0.56 0.55 0.07
HSL 358.2º 0.78% 0.66% -
HSV(B) 358.2º 0.56% 0.93% -
XYZ 42.1 28.59 17.21 -
YUV 143.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 236 103 107 0 0.56 0.55 0.07 358.2 0.78 0.66
Hex EC 67 6B 0 38 37 7 166 4E 42
Octal 354 147 153 0 70 67 7 546 116 102
Binary 11101100 1100111 1101011 0 111000 110111 111 101100110 1001110 1000010

Color Harmonies of #EC676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC676B

Black with #EC676B

Text Example


Text Example

White with #EC676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC676B; }

 p { color: rgb(236,103,107); }

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

background-color css

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

 a { background-color: rgb(236,103,107); }

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

border-color css

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

 span { border-color: rgb(236,103,107); }

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