Html Css Color HEX #EC6E7D Froly

📋 copy color: '#EC6E7D'

red 236 ◦ green 110 ◦ blue 125

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

Shades of Froly #EC6E7D

Tints of Froly #EC6E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.35%

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

R = 50.11%
G = 23.35%
B = 26.54%

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

#EC6E7D (or 0xEC6E7D) is known color: Froly. HEX triplet: EC, 6E and 7D. RGB value is (236,110,125). Sum of RGB (Red+Green+Blue) = 236+110+125=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E7D is #139182. Grayscale: #959595. Windows color (decimal): -1282435 or 8220396. OLE color: 8220396.

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

Color convert

RGB 236 110 125 -
CMYK 0 0.53 0.47 0.07
HSL 352.86º 0.77% 0.68% -
HSV(B) 352.86º 0.53% 0.93% -
XYZ 43.87 30.47 22.97 -
YUV 149.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 236 110 125 0 0.53 0.47 0.07 352.86 0.77 0.68
Hex EC 6E 7D 0 35 2F 7 161 4D 44
Octal 354 156 175 0 65 57 7 541 115 104
Binary 11101100 1101110 1111101 0 110101 101111 111 101100001 1001101 1000100

Color Harmonies of #EC6E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E7D

Black with #EC6E7D

Text Example


Text Example

White with #EC6E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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