Html Css Color HEX #EF6368 Froly

📋 copy color: '#EF6368'

red 239 ◦ green 99 ◦ blue 104

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

Shades of Froly #EF6368

Tints of Froly #EF6368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.53%

R = 54.07%
G = 22.4%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF6368 (or 0xEF6368) is known color: Froly. HEX triplet: EF, 63 and 68. RGB value is (239,99,104). Sum of RGB (Red+Green+Blue) = 239+99+104=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6368 is #109C97. Grayscale: #8D8D8D. Windows color (decimal): -1088664 or 6841327. OLE color: 6841327.

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

Color convert

RGB 239 99 104 -
CMYK 0 0.59 0.56 0.06
HSL 357.86º 0.81% 0.66% -
HSV(B) 357.86º 0.59% 0.94% -
XYZ 42.56 28.27 16.31 -
YUV 141.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 239 99 104 0 0.59 0.56 0.06 357.86 0.81 0.66
Hex EF 63 68 0 3B 38 6 166 51 42
Octal 357 143 150 0 73 70 6 546 121 102
Binary 11101111 1100011 1101000 0 111011 111000 110 101100110 1010001 1000010

Color Harmonies of #EF6368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6368

Black with #EF6368

Text Example


Text Example

White with #EF6368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6368; }

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

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

background-color css

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

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

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

border-color css

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

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

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