Html Css Color HEX #EF6063 Froly

📋 copy color: '#EF6063'

red 239 ◦ green 96 ◦ blue 99

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

Shades of Froly #EF6063

Tints of Froly #EF6063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

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

R = 55.07%
G = 22.12%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF6063 (or 0xEF6063) is known color: Froly. HEX triplet: EF, 60 and 63. RGB value is (239,96,99). Sum of RGB (Red+Green+Blue) = 239+96+99=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6063 is #109F9C. Grayscale: #8B8B8B. Windows color (decimal): -1089437 or 6512879. OLE color: 6512879.

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

Color convert

RGB 239 96 99 -
CMYK 0 0.60 0.59 0.06
HSL 358.74º 0.82% 0.66% -
HSV(B) 358.74º 0.6% 0.94% -
XYZ 42.03 27.62 14.92 -
YUV 139.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 239 96 99 0 0.60 0.59 0.06 358.74 0.82 0.66
Hex EF 60 63 0 3C 3B 6 167 52 42
Octal 357 140 143 0 74 73 6 547 122 102
Binary 11101111 1100000 1100011 0 111100 111011 110 101100111 1010010 1000010

Color Harmonies of #EF6063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6063

Black with #EF6063

Text Example


Text Example

White with #EF6063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6063; }

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

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

background-color css

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

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

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

border-color css

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

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

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