Html Css Color HEX #EC606A Froly

📋 copy color: '#EC606A'

red 236 ◦ green 96 ◦ blue 106

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

Shades of Froly #EC606A

Tints of Froly #EC606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.2%

R = 53.88%
G = 21.92%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC606A (or 0xEC606A) is known color: Froly. HEX triplet: EC, 60 and 6A. RGB value is (236,96,106). Sum of RGB (Red+Green+Blue) = 236+96+106=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC606A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC606A is #139F95. Grayscale: #8B8B8B. Windows color (decimal): -1286038 or 6971628. OLE color: 6971628.

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

Color convert

RGB 236 96 106 -
CMYK 0 0.59 0.55 0.07
HSL 355.71º 0.79% 0.65% -
HSV(B) 355.71º 0.59% 0.93% -
XYZ 41.38 27.24 16.71 -
YUV 139 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 236 96 106 0 0.59 0.55 0.07 355.71 0.79 0.65
Hex EC 60 6A 0 3B 37 7 164 4F 41
Octal 354 140 152 0 73 67 7 544 117 101
Binary 11101100 1100000 1101010 0 111011 110111 111 101100100 1001111 1000001

Color Harmonies of #EC606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC606A

Black with #EC606A

Text Example


Text Example

White with #EC606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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