Html Css Color HEX #EC6D7E Froly

📋 copy color: '#EC6D7E'

red 236 ◦ green 109 ◦ blue 126

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

Shades of Froly #EC6D7E

Tints of Froly #EC6D7E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.14%

 BLUE value IS 126 (49.61% from 255) = 26.75%

R = 50.11%
G = 23.14%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC6D7E (or 0xEC6D7E) is known color: Froly. HEX triplet: EC, 6D and 7E. RGB value is (236,109,126). Sum of RGB (Red+Green+Blue) = 236+109+126=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D7E is #139281. Grayscale: #949494. Windows color (decimal): -1282690 or 8285676. OLE color: 8285676.

HSL color Cylindrical-coordinate representation of color #EC6D7E: hue angle of 351.97º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6D7E is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 109 126 -
CMYK 0 0.54 0.47 0.07
HSL 351.97º 0.77% 0.68% -
HSV(B) 351.97º 0.54% 0.93% -
XYZ 43.83 30.28 23.27 -
YUV 148.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 236 109 126 0 0.54 0.47 0.07 351.97 0.77 0.68
Hex EC 6D 7E 0 36 2F 7 160 4D 44
Octal 354 155 176 0 66 57 7 540 115 104
Binary 11101100 1101101 1111110 0 110110 101111 111 101100000 1001101 1000100

Color Harmonies of #EC6D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6D7E

Black with #EC6D7E

Text Example


Text Example

White with #EC6D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6D7E; }

 p { color: rgb(236,109,126); }

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

background-color css

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

 a { background-color: rgb(236,109,126); }

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

border-color css

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

 span { border-color: rgb(236,109,126); }

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