Html Css Color HEX #EB667A Froly

📋 copy color: '#EB667A'

red 235 ◦ green 102 ◦ blue 122

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

Shades of Froly #EB667A

Tints of Froly #EB667A

RGB

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

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

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

R = 51.2%
G = 22.22%
B = 26.58%

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

#EB667A (or 0xEB667A) is known color: Froly. HEX triplet: EB, 66 and 7A. RGB value is (235,102,122). Sum of RGB (Red+Green+Blue) = 235+102+122=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB667A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB667A is #149985. Grayscale: #909090. Windows color (decimal): -1350022 or 8021739. OLE color: 8021739.

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

Color convert

RGB 235 102 122 -
CMYK 0 0.57 0.48 0.08
HSL 350.98º 0.77% 0.66% -
HSV(B) 350.98º 0.57% 0.92% -
XYZ 42.53 28.57 21.69 -
YUV 144.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 235 102 122 0 0.57 0.48 0.08 350.98 0.77 0.66
Hex EB 66 7A 0 39 30 8 15F 4D 42
Octal 353 146 172 0 71 60 10 537 115 102
Binary 11101011 1100110 1111010 0 111001 110000 1000 101011111 1001101 1000010

Color Harmonies of #EB667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB667A

Black with #EB667A

Text Example


Text Example

White with #EB667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB667A; }

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

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

background-color css

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

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

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

border-color css

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

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

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