Html Css Color HEX #EB6465 Froly

📋 copy color: '#EB6465'

red 235 ◦ green 100 ◦ blue 101

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

Shades of Froly #EB6465

Tints of Froly #EB6465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.94%

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

R = 53.9%
G = 22.94%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB6465 (or 0xEB6465) is known color: Froly. HEX triplet: EB, 64 and 65. RGB value is (235,100,101). Sum of RGB (Red+Green+Blue) = 235+100+101=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6465 is #149B9A. Grayscale: #8C8C8C. Windows color (decimal): -1350555 or 6644971. OLE color: 6644971.

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

Color convert

RGB 235 100 101 -
CMYK 0 0.57 0.57 0.08
HSL 359.56º 0.77% 0.66% -
HSV(B) 359.56º 0.57% 0.92% -
XYZ 41.17 27.72 15.49 -
YUV 140.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 235 100 101 0 0.57 0.57 0.08 359.56 0.77 0.66
Hex EB 64 65 0 39 39 8 168 4D 42
Octal 353 144 145 0 71 71 10 550 115 102
Binary 11101011 1100100 1100101 0 111001 111001 1000 101101000 1001101 1000010

Color Harmonies of #EB6465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6465

Black with #EB6465

Text Example


Text Example

White with #EB6465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6465; }

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

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

background-color css

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

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

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

border-color css

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

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

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