Html Css Color HEX #EC667A Froly

📋 copy color: '#EC667A'

red 236 ◦ green 102 ◦ blue 122

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

Shades of Froly #EC667A

Tints of Froly #EC667A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.17%

 BLUE value IS 122 (48.05% from 255) = 26.52%

R = 51.3%
G = 22.17%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC667A (or 0xEC667A) is known color: Froly. HEX triplet: EC, 66 and 7A. RGB value is (236,102,122). Sum of RGB (Red+Green+Blue) = 236+102+122=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC667A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC667A is #139985. Grayscale: #909090. Windows color (decimal): -1284486 or 8021740. OLE color: 8021740.

HSL color Cylindrical-coordinate representation of color #EC667A: hue angle of 351.04º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC667A is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 102 122 -
CMYK 0 0.57 0.48 0.07
HSL 351.04º 0.78% 0.66% -
HSV(B) 351.04º 0.57% 0.93% -
XYZ 42.86 28.74 21.7 -
YUV 144.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 236 102 122 0 0.57 0.48 0.07 351.04 0.78 0.66
Hex EC 66 7A 0 39 30 7 15F 4E 42
Octal 354 146 172 0 71 60 7 537 116 102
Binary 11101100 1100110 1111010 0 111001 110000 111 101011111 1001110 1000010

Color Harmonies of #EC667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC667A

Black with #EC667A

Text Example


Text Example

White with #EC667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC667A; }

 p { color: rgb(236,102,122); }

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

background-color css

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

 a { background-color: rgb(236,102,122); }

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

border-color css

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

 span { border-color: rgb(236,102,122); }

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