Html Css Color HEX #EB6266 Froly

📋 copy color: '#EB6266'

red 235 ◦ green 98 ◦ blue 102

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

Shades of Froly #EB6266

Tints of Froly #EB6266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.53%

 BLUE value IS 102 (40.23% from 255) = 23.45%

R = 54.02%
G = 22.53%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB6266 (or 0xEB6266) is known color: Froly. HEX triplet: EB, 62 and 66. RGB value is (235,98,102). Sum of RGB (Red+Green+Blue) = 235+98+102=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6266 is #149D99. Grayscale: #8B8B8B. Windows color (decimal): -1351066 or 6709995. OLE color: 6709995.

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

Color convert

RGB 235 98 102 -
CMYK 0 0.58 0.57 0.08
HSL 358.25º 0.77% 0.65% -
HSV(B) 358.25º 0.58% 0.92% -
XYZ 41.03 27.36 15.69 -
YUV 139.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 235 98 102 0 0.58 0.57 0.08 358.25 0.77 0.65
Hex EB 62 66 0 3A 39 8 166 4D 41
Octal 353 142 146 0 72 71 10 546 115 101
Binary 11101011 1100010 1100110 0 111010 111001 1000 101100110 1001101 1000001

Color Harmonies of #EB6266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6266

Black with #EB6266

Text Example


Text Example

White with #EB6266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6266; }

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

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

background-color css

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

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

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

border-color css

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

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

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