Html Css Color HEX #EC6065 Froly

📋 copy color: '#EC6065'

red 236 ◦ green 96 ◦ blue 101

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

Shades of Froly #EC6065

Tints of Froly #EC6065

RGB

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

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

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

R = 54.5%
G = 22.17%
B = 23.33%

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

#EC6065 (or 0xEC6065) is known color: Froly. HEX triplet: EC, 60 and 65. RGB value is (236,96,101). Sum of RGB (Red+Green+Blue) = 236+96+101=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6065 is #139F9A. Grayscale: #8A8A8A. Windows color (decimal): -1286043 or 6643948. OLE color: 6643948.

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

Color convert

RGB 236 96 101 -
CMYK 0 0.59 0.57 0.07
HSL 357.86º 0.79% 0.65% -
HSV(B) 357.86º 0.59% 0.93% -
XYZ 41.12 27.14 15.38 -
YUV 138.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 236 96 101 0 0.59 0.57 0.07 357.86 0.79 0.65
Hex EC 60 65 0 3B 39 7 166 4F 41
Octal 354 140 145 0 73 71 7 546 117 101
Binary 11101100 1100000 1100101 0 111011 111001 111 101100110 1001111 1000001

Color Harmonies of #EC6065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6065

Black with #EC6065

Text Example


Text Example

White with #EC6065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6065; }

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

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

background-color css

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

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

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

border-color css

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

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

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