Html Css Color HEX #EC6066 Froly

📋 copy color: '#EC6066'

red 236 ◦ green 96 ◦ blue 102

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

Shades of Froly #EC6066

Tints of Froly #EC6066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

 BLUE value IS 102 (40.23% from 255) = 23.5%

R = 54.38%
G = 22.12%
B = 23.5%

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

#EC6066 (or 0xEC6066) is known color: Froly. HEX triplet: EC, 60 and 66. RGB value is (236,96,102). Sum of RGB (Red+Green+Blue) = 236+96+102=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6066 is #139F99. Grayscale: #8A8A8A. Windows color (decimal): -1286042 or 6709484. OLE color: 6709484.

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

Color convert

RGB 236 96 102 -
CMYK 0 0.59 0.57 0.07
HSL 357.43º 0.79% 0.65% -
HSV(B) 357.43º 0.59% 0.93% -
XYZ 41.17 27.16 15.64 -
YUV 138.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 236 96 102 0 0.59 0.57 0.07 357.43 0.79 0.65
Hex EC 60 66 0 3B 39 7 165 4F 41
Octal 354 140 146 0 73 71 7 545 117 101
Binary 11101100 1100000 1100110 0 111011 111001 111 101100101 1001111 1000001

Color Harmonies of #EC6066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6066

Black with #EC6066

Text Example


Text Example

White with #EC6066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6066; }

 p { color: rgb(236,96,102); }

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

background-color css

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

 a { background-color: rgb(236,96,102); }

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

border-color css

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

 span { border-color: rgb(236,96,102); }

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