Html Css Color HEX #EB5E6E Froly

📋 copy color: '#EB5E6E'

red 235 ◦ green 94 ◦ blue 110

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

Shades of Froly #EB5E6E

Tints of Froly #EB5E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.41%

 BLUE value IS 110 (43.36% from 255) = 25.06%

R = 53.53%
G = 21.41%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB5E6E (or 0xEB5E6E) is known color: Froly. HEX triplet: EB, 5E and 6E. RGB value is (235,94,110). Sum of RGB (Red+Green+Blue) = 235+94+110=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5E6E is #14A191. Grayscale: #8A8A8A. Windows color (decimal): -1352082 or 7233259. OLE color: 7233259.

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

Color convert

RGB 235 94 110 -
CMYK 0 0.6 0.53 0.08
HSL 353.19º 0.78% 0.65% -
HSV(B) 353.19º 0.6% 0.92% -
XYZ 41.08 26.79 17.76 -
YUV 137.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 235 94 110 0 0.6 0.53 0.08 353.19 0.78 0.65
Hex EB 5E 6E 0 3C 35 8 161 4E 41
Octal 353 136 156 0 74 65 10 541 116 101
Binary 11101011 1011110 1101110 0 111100 110101 1000 101100001 1001110 1000001

Color Harmonies of #EB5E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E6E

Black with #EB5E6E

Text Example


Text Example

White with #EB5E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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