Html Css Color HEX #EC6574 Froly

📋 copy color: '#EC6574'

red 236 ◦ green 101 ◦ blue 116

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

Shades of Froly #EC6574

Tints of Froly #EC6574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.3%

 BLUE value IS 116 (45.7% from 255) = 25.61%

R = 52.1%
G = 22.3%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC6574 (or 0xEC6574) is known color: Froly. HEX triplet: EC, 65 and 74. RGB value is (236,101,116). Sum of RGB (Red+Green+Blue) = 236+101+116=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6574 is #139A8B. Grayscale: #8F8F8F. Windows color (decimal): -1284748 or 7628268. OLE color: 7628268.

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

Color convert

RGB 236 101 116 -
CMYK 0 0.57 0.51 0.07
HSL 353.33º 0.78% 0.66% -
HSV(B) 353.33º 0.57% 0.93% -
XYZ 42.4 28.4 19.77 -
YUV 143.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 236 101 116 0 0.57 0.51 0.07 353.33 0.78 0.66
Hex EC 65 74 0 39 33 7 161 4E 42
Octal 354 145 164 0 71 63 7 541 116 102
Binary 11101100 1100101 1110100 0 111001 110011 111 101100001 1001110 1000010

Color Harmonies of #EC6574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6574

Black with #EC6574

Text Example


Text Example

White with #EC6574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6574; }

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

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

background-color css

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

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

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

border-color css

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

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

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