Html Css Color HEX #EB657A Froly

📋 copy color: '#EB657A'

red 235 ◦ green 101 ◦ blue 122

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

Shades of Froly #EB657A

Tints of Froly #EB657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.05%

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

R = 51.31%
G = 22.05%
B = 26.64%

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

#EB657A (or 0xEB657A) is known color: Froly. HEX triplet: EB, 65 and 7A. RGB value is (235,101,122). Sum of RGB (Red+Green+Blue) = 235+101+122=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB657A is #149A85. Grayscale: #8F8F8F. Windows color (decimal): -1350278 or 8021483. OLE color: 8021483.

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

Color convert

RGB 235 101 122 -
CMYK 0 0.57 0.48 0.08
HSL 350.6º 0.77% 0.66% -
HSV(B) 350.6º 0.57% 0.92% -
XYZ 42.43 28.37 21.65 -
YUV 143.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 235 101 122 0 0.57 0.48 0.08 350.6 0.77 0.66
Hex EB 65 7A 0 39 30 8 15F 4D 42
Octal 353 145 172 0 71 60 10 537 115 102
Binary 11101011 1100101 1111010 0 111001 110000 1000 101011111 1001101 1000010

Color Harmonies of #EB657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB657A

Black with #EB657A

Text Example


Text Example

White with #EB657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB657A; }

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

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

background-color css

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

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

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

border-color css

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

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

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