Html Css Color HEX #EC6165 Froly

📋 copy color: '#EC6165'

red 236 ◦ green 97 ◦ blue 101

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

Shades of Froly #EC6165

Tints of Froly #EC6165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.35%

 BLUE value IS 101 (39.84% from 255) = 23.27%

R = 54.38%
G = 22.35%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC6165 (or 0xEC6165) is known color: Froly. HEX triplet: EC, 61 and 65. RGB value is (236,97,101). Sum of RGB (Red+Green+Blue) = 236+97+101=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6165 is #139E9A. Grayscale: #8B8B8B. Windows color (decimal): -1285787 or 6644204. OLE color: 6644204.

HSL color Cylindrical-coordinate representation of color #EC6165: hue angle of 358.27º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6165 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 97 101 -
CMYK 0 0.59 0.57 0.07
HSL 358.27º 0.79% 0.65% -
HSV(B) 358.27º 0.59% 0.93% -
XYZ 41.22 27.32 15.41 -
YUV 139.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 236 97 101 0 0.59 0.57 0.07 358.27 0.79 0.65
Hex EC 61 65 0 3B 39 7 166 4F 41
Octal 354 141 145 0 73 71 7 546 117 101
Binary 11101100 1100001 1100101 0 111011 111001 111 101100110 1001111 1000001

Color Harmonies of #EC6165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6165

Black with #EC6165

Text Example


Text Example

White with #EC6165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6165; }

 p { color: rgb(236,97,101); }

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

background-color css

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

 a { background-color: rgb(236,97,101); }

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

border-color css

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

 span { border-color: rgb(236,97,101); }

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