Html Css Color HEX #EC6D7D Froly

📋 copy color: '#EC6D7D'

red 236 ◦ green 109 ◦ blue 125

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

Shades of Froly #EC6D7D

Tints of Froly #EC6D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.6%

R = 50.21%
G = 23.19%
B = 26.6%

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

#EC6D7D (or 0xEC6D7D) is known color: Froly. HEX triplet: EC, 6D and 7D. RGB value is (236,109,125). Sum of RGB (Red+Green+Blue) = 236+109+125=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D7D is #139282. Grayscale: #949494. Windows color (decimal): -1282691 or 8220140. OLE color: 8220140.

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

Color convert

RGB 236 109 125 -
CMYK 0 0.54 0.47 0.07
HSL 352.44º 0.77% 0.68% -
HSV(B) 352.44º 0.54% 0.93% -
XYZ 43.76 30.25 22.93 -
YUV 148.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 236 109 125 0 0.54 0.47 0.07 352.44 0.77 0.68
Hex EC 6D 7D 0 36 2F 7 160 4D 44
Octal 354 155 175 0 66 57 7 540 115 104
Binary 11101100 1101101 1111101 0 110110 101111 111 101100000 1001101 1000100

Color Harmonies of #EC6D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6D7D

Black with #EC6D7D

Text Example


Text Example

White with #EC6D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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