Html Css Color HEX #EC6570 Froly

📋 copy color: '#EC6570'

red 236 ◦ green 101 ◦ blue 112

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

Shades of Froly #EC6570

Tints of Froly #EC6570

RGB

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

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

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

R = 52.56%
G = 22.49%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC6570 (or 0xEC6570) is known color: Froly. HEX triplet: EC, 65 and 70. RGB value is (236,101,112). Sum of RGB (Red+Green+Blue) = 236+101+112=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6570 is #139A8F. Grayscale: #8E8E8E. Windows color (decimal): -1284752 or 7366124. OLE color: 7366124.

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

Color convert

RGB 236 101 112 -
CMYK 0 0.57 0.53 0.07
HSL 355.11º 0.78% 0.66% -
HSV(B) 355.11º 0.57% 0.93% -
XYZ 42.17 28.31 18.57 -
YUV 142.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 236 101 112 0 0.57 0.53 0.07 355.11 0.78 0.66
Hex EC 65 70 0 39 35 7 163 4E 42
Octal 354 145 160 0 71 65 7 543 116 102
Binary 11101100 1100101 1110000 0 111001 110101 111 101100011 1001110 1000010

Color Harmonies of #EC6570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6570

Black with #EC6570

Text Example


Text Example

White with #EC6570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6570; }

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

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

background-color css

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

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

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

border-color css

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

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

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