Html Css Color HEX #EB6E7A Froly

📋 copy color: '#EB6E7A'

red 235 ◦ green 110 ◦ blue 122

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

Shades of Froly #EB6E7A

Tints of Froly #EB6E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.55%

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

R = 50.32%
G = 23.55%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB6E7A (or 0xEB6E7A) is known color: Froly. HEX triplet: EB, 6E and 7A. RGB value is (235,110,122). Sum of RGB (Red+Green+Blue) = 235+110+122=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6E7A is #149185. Grayscale: #949494. Windows color (decimal): -1347974 or 8023787. OLE color: 8023787.

HSL color Cylindrical-coordinate representation of color #EB6E7A: hue angle of 354.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6E7A is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 110 122 -
CMYK 0 0.53 0.48 0.08
HSL 354.24º 0.76% 0.68% -
HSV(B) 354.24º 0.53% 0.92% -
XYZ 43.35 30.22 21.96 -
YUV 148.74 112.91 189.52 -
System Red Green Blue C M Y K H S L
Decimal 235 110 122 0 0.53 0.48 0.08 354.24 0.76 0.68
Hex EB 6E 7A 0 35 30 8 162 4C 44
Octal 353 156 172 0 65 60 10 542 114 104
Binary 11101011 1101110 1111010 0 110101 110000 1000 101100010 1001100 1000100

Color Harmonies of #EB6E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6E7A

Black with #EB6E7A

Text Example


Text Example

White with #EB6E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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