Html Css Color HEX #EC6B6D Froly

📋 copy color: '#EC6B6D'

red 236 ◦ green 107 ◦ blue 109

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

Shades of Froly #EC6B6D

Tints of Froly #EC6B6D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.67%

 BLUE value IS 109 (42.97% from 255) = 24.12%

R = 52.21%
G = 23.67%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC6B6D (or 0xEC6B6D) is known color: Froly. HEX triplet: EC, 6B and 6D. RGB value is (236,107,109). Sum of RGB (Red+Green+Blue) = 236+107+109=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B6D is #139492. Grayscale: #919191. Windows color (decimal): -1283219 or 7171052. OLE color: 7171052.

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

Color convert

RGB 236 107 109 -
CMYK 0 0.55 0.54 0.07
HSL 359.07º 0.77% 0.67% -
HSV(B) 359.07º 0.55% 0.93% -
XYZ 42.61 29.45 17.91 -
YUV 145.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 236 107 109 0 0.55 0.54 0.07 359.07 0.77 0.67
Hex EC 6B 6D 0 37 36 7 167 4D 43
Octal 354 153 155 0 67 66 7 547 115 103
Binary 11101100 1101011 1101101 0 110111 110110 111 101100111 1001101 1000011

Color Harmonies of #EC6B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B6D

Black with #EC6B6D

Text Example


Text Example

White with #EC6B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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