Html Css Color HEX #EC5862 Froly

📋 copy color: '#EC5862'

red 236 ◦ green 88 ◦ blue 98

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

Shades of Froly #EC5862

Tints of Froly #EC5862

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.85%

 BLUE value IS 98 (38.67% from 255) = 23.22%

R = 55.92%
G = 20.85%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC5862 (or 0xEC5862) is known color: Froly. HEX triplet: EC, 58 and 62. RGB value is (236,88,98). Sum of RGB (Red+Green+Blue) = 236+88+98=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5862 is #13A79D. Grayscale: #858585. Windows color (decimal): -1288094 or 6445292. OLE color: 6445292.

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

Color convert

RGB 236 88 98 -
CMYK 0 0.63 0.58 0.07
HSL 355.95º 0.8% 0.64% -
HSV(B) 355.95º 0.63% 0.93% -
XYZ 40.29 25.69 14.39 -
YUV 133.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 236 88 98 0 0.63 0.58 0.07 355.95 0.8 0.64
Hex EC 58 62 0 3F 3A 7 164 50 40
Octal 354 130 142 0 77 72 7 544 120 100
Binary 11101100 1011000 1100010 0 111111 111010 111 101100100 1010000 1000000

Color Harmonies of #EC5862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5862

Black with #EC5862

Text Example


Text Example

White with #EC5862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5862; }

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

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

background-color css

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

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

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

border-color css

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

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

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