Html Css Color HEX #EB6265 Froly

📋 copy color: '#EB6265'

red 235 ◦ green 98 ◦ blue 101

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

Shades of Froly #EB6265

Tints of Froly #EB6265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.27%

R = 54.15%
G = 22.58%
B = 23.27%

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

#EB6265 (or 0xEB6265) is known color: Froly. HEX triplet: EB, 62 and 65. RGB value is (235,98,101). Sum of RGB (Red+Green+Blue) = 235+98+101=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6265 is #149D9A. Grayscale: #8B8B8B. Windows color (decimal): -1351067 or 6644459. OLE color: 6644459.

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

Color convert

RGB 235 98 101 -
CMYK 0 0.58 0.57 0.08
HSL 358.69º 0.77% 0.65% -
HSV(B) 358.69º 0.58% 0.92% -
XYZ 40.98 27.34 15.43 -
YUV 139.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 235 98 101 0 0.58 0.57 0.08 358.69 0.77 0.65
Hex EB 62 65 0 3A 39 8 167 4D 41
Octal 353 142 145 0 72 71 10 547 115 101
Binary 11101011 1100010 1100101 0 111010 111001 1000 101100111 1001101 1000001

Color Harmonies of #EB6265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6265

Black with #EB6265

Text Example


Text Example

White with #EB6265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6265; }

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

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

background-color css

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

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

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

border-color css

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

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

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