Html Css Color HEX #EC6277 Froly

📋 copy color: '#EC6277'

red 236 ◦ green 98 ◦ blue 119

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

Shades of Froly #EC6277

Tints of Froly #EC6277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 52.1%
G = 21.63%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC6277 (or 0xEC6277) is known color: Froly. HEX triplet: EC, 62 and 77. RGB value is (236,98,119). Sum of RGB (Red+Green+Blue) = 236+98+119=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6277 is #139D88. Grayscale: #8D8D8D. Windows color (decimal): -1285513 or 7824108. OLE color: 7824108.

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

Color convert

RGB 236 98 119 -
CMYK 0 0.58 0.50 0.07
HSL 350.87º 0.78% 0.65% -
HSV(B) 350.87º 0.58% 0.93% -
XYZ 42.29 27.9 20.61 -
YUV 141.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 236 98 119 0 0.58 0.50 0.07 350.87 0.78 0.65
Hex EC 62 77 0 3A 32 7 15F 4E 41
Octal 354 142 167 0 72 62 7 537 116 101
Binary 11101100 1100010 1110111 0 111010 110010 111 101011111 1001110 1000001

Color Harmonies of #EC6277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6277

Black with #EC6277

Text Example


Text Example

White with #EC6277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6277; }

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

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

background-color css

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

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

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

border-color css

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

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

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