Html Css Color HEX #EC6F7E Froly

📋 copy color: '#EC6F7E'

red 236 ◦ green 111 ◦ blue 126

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

Shades of Froly #EC6F7E

Tints of Froly #EC6F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.47%

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

R = 49.89%
G = 23.47%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC6F7E (or 0xEC6F7E) is known color: Froly. HEX triplet: EC, 6F and 7E. RGB value is (236,111,126). Sum of RGB (Red+Green+Blue) = 236+111+126=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F7E is #139081. Grayscale: #969696. Windows color (decimal): -1282178 or 8286188. OLE color: 8286188.

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

Color convert

RGB 236 111 126 -
CMYK 0 0.53 0.47 0.07
HSL 352.8º 0.77% 0.68% -
HSV(B) 352.8º 0.53% 0.93% -
XYZ 44.04 30.71 23.34 -
YUV 150.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 236 111 126 0 0.53 0.47 0.07 352.8 0.77 0.68
Hex EC 6F 7E 0 35 2F 7 161 4D 44
Octal 354 157 176 0 65 57 7 541 115 104
Binary 11101100 1101111 1111110 0 110101 101111 111 101100001 1001101 1000100

Color Harmonies of #EC6F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F7E

Black with #EC6F7E

Text Example


Text Example

White with #EC6F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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