Html Css Color HEX #EB5E63 Froly

📋 copy color: '#EB5E63'

red 235 ◦ green 94 ◦ blue 99

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

Shades of Froly #EB5E63

Tints of Froly #EB5E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.96%

 BLUE value IS 99 (39.06% from 255) = 23.13%

R = 54.91%
G = 21.96%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB5E63 (or 0xEB5E63) is known color: Froly. HEX triplet: EB, 5E and 63. RGB value is (235,94,99). Sum of RGB (Red+Green+Blue) = 235+94+99=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5E63 is #14A19C. Grayscale: #888888. Windows color (decimal): -1352093 or 6512363. OLE color: 6512363.

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

Color convert

RGB 235 94 99 -
CMYK 0 0.6 0.58 0.08
HSL 357.87º 0.78% 0.65% -
HSV(B) 357.87º 0.6% 0.92% -
XYZ 40.52 26.57 14.8 -
YUV 136.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 235 94 99 0 0.6 0.58 0.08 357.87 0.78 0.65
Hex EB 5E 63 0 3C 3A 8 166 4E 41
Octal 353 136 143 0 74 72 10 546 116 101
Binary 11101011 1011110 1100011 0 111100 111010 1000 101100110 1001110 1000001

Color Harmonies of #EB5E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E63

Black with #EB5E63

Text Example


Text Example

White with #EB5E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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