Html Css Color HEX #EF5D63 Froly

📋 copy color: '#EF5D63'

red 239 ◦ green 93 ◦ blue 99

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

Shades of Froly #EF5D63

Tints of Froly #EF5D63

RGB

 RED value IS 239 (93.75% from 255) = 55.45%

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

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

R = 55.45%
G = 21.58%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF5D63 (or 0xEF5D63) is known color: Froly. HEX triplet: EF, 5D and 63. RGB value is (239,93,99). Sum of RGB (Red+Green+Blue) = 239+93+99=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5D63 is #10A29C. Grayscale: #898989. Windows color (decimal): -1090205 or 6512111. OLE color: 6512111.

HSL color Cylindrical-coordinate representation of color #EF5D63: hue angle of 357.53º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5D63 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 93 99 -
CMYK 0 0.61 0.59 0.06
HSL 357.53º 0.82% 0.65% -
HSV(B) 357.53º 0.61% 0.94% -
XYZ 41.76 27.08 14.83 -
YUV 137.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 239 93 99 0 0.61 0.59 0.06 357.53 0.82 0.65
Hex EF 5D 63 0 3D 3B 6 166 52 41
Octal 357 135 143 0 75 73 6 546 122 101
Binary 11101111 1011101 1100011 0 111101 111011 110 101100110 1010010 1000001

Color Harmonies of #EF5D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D63

Black with #EF5D63

Text Example


Text Example

White with #EF5D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D63; }

 p { color: rgb(239,93,99); }

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

background-color css

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

 a { background-color: rgb(239,93,99); }

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

border-color css

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

 span { border-color: rgb(239,93,99); }

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