Html Css Color HEX #EC6265 Froly

📋 copy color: '#EC6265'

red 236 ◦ green 98 ◦ blue 101

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

Shades of Froly #EC6265

Tints of Froly #EC6265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.53%

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

R = 54.25%
G = 22.53%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC6265 (or 0xEC6265) is known color: Froly. HEX triplet: EC, 62 and 65. RGB value is (236,98,101). Sum of RGB (Red+Green+Blue) = 236+98+101=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6265 is #139D9A. Grayscale: #8B8B8B. Windows color (decimal): -1285531 or 6644460. OLE color: 6644460.

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

Color convert

RGB 236 98 101 -
CMYK 0 0.58 0.57 0.07
HSL 358.7º 0.78% 0.65% -
HSV(B) 358.7º 0.58% 0.93% -
XYZ 41.31 27.51 15.44 -
YUV 139.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 236 98 101 0 0.58 0.57 0.07 358.7 0.78 0.65
Hex EC 62 65 0 3A 39 7 167 4E 41
Octal 354 142 145 0 72 71 7 547 116 101
Binary 11101100 1100010 1100101 0 111010 111001 111 101100111 1001110 1000001

Color Harmonies of #EC6265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6265

Black with #EC6265

Text Example


Text Example

White with #EC6265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6265; }

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

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

background-color css

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

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

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

border-color css

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

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

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