Html Css Color HEX #EC6270 Froly

📋 copy color: '#EC6270'

red 236 ◦ green 98 ◦ blue 112

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

Shades of Froly #EC6270

Tints of Froly #EC6270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.11%

R = 52.91%
G = 21.97%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC6270 (or 0xEC6270) is known color: Froly. HEX triplet: EC, 62 and 70. RGB value is (236,98,112). Sum of RGB (Red+Green+Blue) = 236+98+112=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6270 is #139D8F. Grayscale: #8C8C8C. Windows color (decimal): -1285520 or 7365356. OLE color: 7365356.

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

Color convert

RGB 236 98 112 -
CMYK 0 0.58 0.53 0.07
HSL 353.91º 0.78% 0.65% -
HSV(B) 353.91º 0.58% 0.93% -
XYZ 41.88 27.74 18.48 -
YUV 140.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 236 98 112 0 0.58 0.53 0.07 353.91 0.78 0.65
Hex EC 62 70 0 3A 35 7 162 4E 41
Octal 354 142 160 0 72 65 7 542 116 101
Binary 11101100 1100010 1110000 0 111010 110101 111 101100010 1001110 1000001

Color Harmonies of #EC6270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6270

Black with #EC6270

Text Example


Text Example

White with #EC6270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6270; }

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

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

background-color css

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

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

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

border-color css

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

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

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