Html Css Color HEX #EC707B Froly

📋 copy color: '#EC707B'

red 236 ◦ green 112 ◦ blue 123

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

Shades of Froly #EC707B

Tints of Froly #EC707B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.78%

 BLUE value IS 123 (48.44% from 255) = 26.11%

R = 50.11%
G = 23.78%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC707B (or 0xEC707B) is known color: Froly. HEX triplet: EC, 70 and 7B. RGB value is (236,112,123). Sum of RGB (Red+Green+Blue) = 236+112+123=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC707B is #138F84. Grayscale: #969696. Windows color (decimal): -1281925 or 8089836. OLE color: 8089836.

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

Color convert

RGB 236 112 123 -
CMYK 0 0.53 0.48 0.07
HSL 354.68º 0.77% 0.68% -
HSV(B) 354.68º 0.53% 0.93% -
XYZ 43.96 30.85 22.38 -
YUV 150.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 236 112 123 0 0.53 0.48 0.07 354.68 0.77 0.68
Hex EC 70 7B 0 35 30 7 163 4D 44
Octal 354 160 173 0 65 60 7 543 115 104
Binary 11101100 1110000 1111011 0 110101 110000 111 101100011 1001101 1000100

Color Harmonies of #EC707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC707B

Black with #EC707B

Text Example


Text Example

White with #EC707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC707B; }

 p { color: rgb(236,112,123); }

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

background-color css

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

 a { background-color: rgb(236,112,123); }

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

border-color css

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

 span { border-color: rgb(236,112,123); }

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