Html Css Color HEX #EC616B Froly

📋 copy color: '#EC616B'

red 236 ◦ green 97 ◦ blue 107

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

Shades of Froly #EC616B

Tints of Froly #EC616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.32%

R = 53.64%
G = 22.05%
B = 24.32%

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

#EC616B (or 0xEC616B) is known color: Froly. HEX triplet: EC, 61 and 6B. RGB value is (236,97,107). Sum of RGB (Red+Green+Blue) = 236+97+107=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC616B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC616B is #139E94. Grayscale: #8B8B8B. Windows color (decimal): -1285781 or 7037420. OLE color: 7037420.

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

Color convert

RGB 236 97 107 -
CMYK 0 0.59 0.55 0.07
HSL 355.68º 0.79% 0.65% -
HSV(B) 355.68º 0.59% 0.93% -
XYZ 41.52 27.44 17.02 -
YUV 139.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 236 97 107 0 0.59 0.55 0.07 355.68 0.79 0.65
Hex EC 61 6B 0 3B 37 7 164 4F 41
Octal 354 141 153 0 73 67 7 544 117 101
Binary 11101100 1100001 1101011 0 111011 110111 111 101100100 1001111 1000001

Color Harmonies of #EC616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC616B

Black with #EC616B

Text Example


Text Example

White with #EC616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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