Html Css Color HEX #EB667C Froly

📋 copy color: '#EB667C'

red 235 ◦ green 102 ◦ blue 124

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

Shades of Froly #EB667C

Tints of Froly #EB667C

RGB

 RED value IS 235 (92.19% from 255) = 50.98%

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

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 50.98%
G = 22.13%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB667C (or 0xEB667C) is known color: Froly. HEX triplet: EB, 66 and 7C. RGB value is (235,102,124). Sum of RGB (Red+Green+Blue) = 235+102+124=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB667C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB667C is #149983. Grayscale: #909090. Windows color (decimal): -1350020 or 8152811. OLE color: 8152811.

HSL color Cylindrical-coordinate representation of color #EB667C: hue angle of 350.08º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB667C is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 102 124 -
CMYK 0 0.57 0.47 0.08
HSL 350.08º 0.77% 0.66% -
HSV(B) 350.08º 0.57% 0.92% -
XYZ 42.65 28.62 22.35 -
YUV 144.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 235 102 124 0 0.57 0.47 0.08 350.08 0.77 0.66
Hex EB 66 7C 0 39 2F 8 15E 4D 42
Octal 353 146 174 0 71 57 10 536 115 102
Binary 11101011 1100110 1111100 0 111001 101111 1000 101011110 1001101 1000010

Color Harmonies of #EB667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB667C

Black with #EB667C

Text Example


Text Example

White with #EB667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB667C; }

 p { color: rgb(235,102,124); }

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

background-color css

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

 a { background-color: rgb(235,102,124); }

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

border-color css

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

 span { border-color: rgb(235,102,124); }

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