Html Css Color HEX #EF6065 Froly

📋 copy color: '#EF6065'

red 239 ◦ green 96 ◦ blue 101

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

Shades of Froly #EF6065

Tints of Froly #EF6065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.17%

R = 54.82%
G = 22.02%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF6065 (or 0xEF6065) is known color: Froly. HEX triplet: EF, 60 and 65. RGB value is (239,96,101). Sum of RGB (Red+Green+Blue) = 239+96+101=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6065 is #109F9A. Grayscale: #8B8B8B. Windows color (decimal): -1089435 or 6643951. OLE color: 6643951.

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

Color convert

RGB 239 96 101 -
CMYK 0 0.60 0.58 0.06
HSL 357.9º 0.82% 0.66% -
HSV(B) 357.9º 0.6% 0.94% -
XYZ 42.13 27.66 15.43 -
YUV 139.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 239 96 101 0 0.60 0.58 0.06 357.9 0.82 0.66
Hex EF 60 65 0 3C 3A 6 166 52 42
Octal 357 140 145 0 74 72 6 546 122 102
Binary 11101111 1100000 1100101 0 111100 111010 110 101100110 1010010 1000010

Color Harmonies of #EF6065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6065

Black with #EF6065

Text Example


Text Example

White with #EF6065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6065; }

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

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

background-color css

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

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

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

border-color css

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

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

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