Html Css Color HEX #EB667B Froly

📋 copy color: '#EB667B'

red 235 ◦ green 102 ◦ blue 123

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

Shades of Froly #EB667B

Tints of Froly #EB667B

RGB

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

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

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

R = 51.09%
G = 22.17%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB667B (or 0xEB667B) is known color: Froly. HEX triplet: EB, 66 and 7B. RGB value is (235,102,123). Sum of RGB (Red+Green+Blue) = 235+102+123=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB667B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB667B is #149984. Grayscale: #909090. Windows color (decimal): -1350021 or 8087275. OLE color: 8087275.

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

Color convert

RGB 235 102 123 -
CMYK 0 0.57 0.48 0.08
HSL 350.53º 0.77% 0.66% -
HSV(B) 350.53º 0.57% 0.92% -
XYZ 42.59 28.59 22.01 -
YUV 144.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 235 102 123 0 0.57 0.48 0.08 350.53 0.77 0.66
Hex EB 66 7B 0 39 30 8 15F 4D 42
Octal 353 146 173 0 71 60 10 537 115 102
Binary 11101011 1100110 1111011 0 111001 110000 1000 101011111 1001101 1000010

Color Harmonies of #EB667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB667B

Black with #EB667B

Text Example


Text Example

White with #EB667B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB667B; }

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

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

background-color css

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

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

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

border-color css

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

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

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