Html Css Color HEX #EC6B72 Froly

📋 copy color: '#EC6B72'

red 236 ◦ green 107 ◦ blue 114

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

Shades of Froly #EC6B72

Tints of Froly #EC6B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 51.64%
G = 23.41%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC6B72 (or 0xEC6B72) is known color: Froly. HEX triplet: EC, 6B and 72. RGB value is (236,107,114). Sum of RGB (Red+Green+Blue) = 236+107+114=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B72 is #13948D. Grayscale: #929292. Windows color (decimal): -1283214 or 7498732. OLE color: 7498732.

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

Color convert

RGB 236 107 114 -
CMYK 0 0.55 0.52 0.07
HSL 356.74º 0.77% 0.67% -
HSV(B) 356.74º 0.55% 0.93% -
XYZ 42.89 29.56 19.37 -
YUV 146.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 236 107 114 0 0.55 0.52 0.07 356.74 0.77 0.67
Hex EC 6B 72 0 37 34 7 165 4D 43
Octal 354 153 162 0 67 64 7 545 115 103
Binary 11101100 1101011 1110010 0 110111 110100 111 101100101 1001101 1000011

Color Harmonies of #EC6B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B72

Black with #EC6B72

Text Example


Text Example

White with #EC6B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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