Html Css Color HEX #EC6274 Froly

📋 copy color: '#EC6274'

red 236 ◦ green 98 ◦ blue 116

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

Shades of Froly #EC6274

Tints of Froly #EC6274

RGB

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

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

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

R = 52.44%
G = 21.78%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC6274 (or 0xEC6274) is known color: Froly. HEX triplet: EC, 62 and 74. RGB value is (236,98,116). Sum of RGB (Red+Green+Blue) = 236+98+116=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6274 is #139D8B. Grayscale: #8D8D8D. Windows color (decimal): -1285516 or 7627500. OLE color: 7627500.

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

Color convert

RGB 236 98 116 -
CMYK 0 0.58 0.51 0.07
HSL 352.17º 0.78% 0.65% -
HSV(B) 352.17º 0.58% 0.93% -
XYZ 42.11 27.83 19.68 -
YUV 141.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 236 98 116 0 0.58 0.51 0.07 352.17 0.78 0.65
Hex EC 62 74 0 3A 33 7 160 4E 41
Octal 354 142 164 0 72 63 7 540 116 101
Binary 11101100 1100010 1110100 0 111010 110011 111 101100000 1001110 1000001

Color Harmonies of #EC6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6274

Black with #EC6274

Text Example


Text Example

White with #EC6274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6274; }

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

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

background-color css

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

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

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

border-color css

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

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

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