Html Css Color HEX #EB6164 Froly

📋 copy color: '#EB6164'

red 235 ◦ green 97 ◦ blue 100

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

Shades of Froly #EB6164

Tints of Froly #EB6164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.45%

 BLUE value IS 100 (39.45% from 255) = 23.15%

R = 54.4%
G = 22.45%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB6164 (or 0xEB6164) is known color: Froly. HEX triplet: EB, 61 and 64. RGB value is (235,97,100). Sum of RGB (Red+Green+Blue) = 235+97+100=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6164 is #149E9B. Grayscale: #8A8A8A. Windows color (decimal): -1351324 or 6578667. OLE color: 6578667.

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

Color convert

RGB 235 97 100 -
CMYK 0 0.59 0.57 0.08
HSL 358.7º 0.78% 0.65% -
HSV(B) 358.7º 0.59% 0.92% -
XYZ 40.84 27.13 15.14 -
YUV 138.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 235 97 100 0 0.59 0.57 0.08 358.7 0.78 0.65
Hex EB 61 64 0 3B 39 8 167 4E 41
Octal 353 141 144 0 73 71 10 547 116 101
Binary 11101011 1100001 1100100 0 111011 111001 1000 101100111 1001110 1000001

Color Harmonies of #EB6164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6164

Black with #EB6164

Text Example


Text Example

White with #EB6164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6164; }

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

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

background-color css

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

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

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

border-color css

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

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

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