Html Css Color HEX #EC667F Brink Pink

📋 copy color: '#EC667F'

red 236 ◦ green 102 ◦ blue 127

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

Shades of Brink Pink #EC667F

Tints of Brink Pink #EC667F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.31%

R = 50.75%
G = 21.94%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC667F (or 0xEC667F) is known color: Brink Pink. HEX triplet: EC, 66 and 7F. RGB value is (236,102,127). Sum of RGB (Red+Green+Blue) = 236+102+127=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC667F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC667F is #139980. Grayscale: #909090. Windows color (decimal): -1284481 or 8349420. OLE color: 8349420.

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

Color convert

RGB 236 102 127 -
CMYK 0 0.57 0.46 0.07
HSL 348.81º 0.78% 0.66% -
HSV(B) 348.81º 0.57% 0.93% -
XYZ 43.17 28.87 23.38 -
YUV 144.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 236 102 127 0 0.57 0.46 0.07 348.81 0.78 0.66
Hex EC 66 7F 0 39 2E 7 15D 4E 42
Octal 354 146 177 0 71 56 7 535 116 102
Binary 11101100 1100110 1111111 0 111001 101110 111 101011101 1001110 1000010

Color Harmonies of #EC667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC667F

Black with #EC667F

Text Example


Text Example

White with #EC667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC667F; }

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

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

background-color css

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

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

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

border-color css

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

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

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