Html Css Color HEX #EB5D66 Froly

📋 copy color: '#EB5D66'

red 235 ◦ green 93 ◦ blue 102

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

Shades of Froly #EB5D66

Tints of Froly #EB5D66

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.63%

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

R = 54.65%
G = 21.63%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB5D66 (or 0xEB5D66) is known color: Froly. HEX triplet: EB, 5D and 66. RGB value is (235,93,102). Sum of RGB (Red+Green+Blue) = 235+93+102=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5D66 is #14A299. Grayscale: #888888. Windows color (decimal): -1352346 or 6708715. OLE color: 6708715.

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

Color convert

RGB 235 93 102 -
CMYK 0 0.60 0.57 0.08
HSL 356.2º 0.78% 0.64% -
HSV(B) 356.2º 0.6% 0.92% -
XYZ 40.57 26.45 15.54 -
YUV 136.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 235 93 102 0 0.60 0.57 0.08 356.2 0.78 0.64
Hex EB 5D 66 0 3C 39 8 164 4E 40
Octal 353 135 146 0 74 71 10 544 116 100
Binary 11101011 1011101 1100110 0 111100 111001 1000 101100100 1001110 1000000

Color Harmonies of #EB5D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D66

Black with #EB5D66

Text Example


Text Example

White with #EB5D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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