Html Css Color HEX #EC6271 Froly

📋 copy color: '#EC6271'

red 236 ◦ green 98 ◦ blue 113

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

Shades of Froly #EC6271

Tints of Froly #EC6271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.28%

R = 52.8%
G = 21.92%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC6271 (or 0xEC6271) is known color: Froly. HEX triplet: EC, 62 and 71. RGB value is (236,98,113). Sum of RGB (Red+Green+Blue) = 236+98+113=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6271 is #139D8E. Grayscale: #8D8D8D. Windows color (decimal): -1285519 or 7430892. OLE color: 7430892.

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

Color convert

RGB 236 98 113 -
CMYK 0 0.58 0.52 0.07
HSL 353.48º 0.78% 0.65% -
HSV(B) 353.48º 0.58% 0.93% -
XYZ 41.94 27.76 18.77 -
YUV 140.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 236 98 113 0 0.58 0.52 0.07 353.48 0.78 0.65
Hex EC 62 71 0 3A 34 7 161 4E 41
Octal 354 142 161 0 72 64 7 541 116 101
Binary 11101100 1100010 1110001 0 111010 110100 111 101100001 1001110 1000001

Color Harmonies of #EC6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6271

Black with #EC6271

Text Example


Text Example

White with #EC6271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6271; }

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

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

background-color css

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

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

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

border-color css

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

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

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