Html Css Color HEX #EB6366 Froly

📋 copy color: '#EB6366'

red 235 ◦ green 99 ◦ blue 102

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

Shades of Froly #EB6366

Tints of Froly #EB6366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.71%

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

R = 53.9%
G = 22.71%
B = 23.39%

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

#EB6366 (or 0xEB6366) is known color: Froly. HEX triplet: EB, 63 and 66. RGB value is (235,99,102). Sum of RGB (Red+Green+Blue) = 235+99+102=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6366 is #149C99. Grayscale: #8C8C8C. Windows color (decimal): -1350810 or 6710251. OLE color: 6710251.

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

Color convert

RGB 235 99 102 -
CMYK 0 0.58 0.57 0.08
HSL 358.68º 0.77% 0.65% -
HSV(B) 358.68º 0.58% 0.92% -
XYZ 41.12 27.55 15.72 -
YUV 140.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 235 99 102 0 0.58 0.57 0.08 358.68 0.77 0.65
Hex EB 63 66 0 3A 39 8 167 4D 41
Octal 353 143 146 0 72 71 10 547 115 101
Binary 11101011 1100011 1100110 0 111010 111001 1000 101100111 1001101 1000001

Color Harmonies of #EB6366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6366

Black with #EB6366

Text Example


Text Example

White with #EB6366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6366; }

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

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

background-color css

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

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

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

border-color css

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

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

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