Html Css Color HEX #EF6468 Froly

📋 copy color: '#EF6468'

red 239 ◦ green 100 ◦ blue 104

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

Shades of Froly #EF6468

Tints of Froly #EF6468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.57%

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

R = 53.95%
G = 22.57%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF6468 (or 0xEF6468) is known color: Froly. HEX triplet: EF, 64 and 68. RGB value is (239,100,104). Sum of RGB (Red+Green+Blue) = 239+100+104=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6468 is #109B97. Grayscale: #8E8E8E. Windows color (decimal): -1088408 or 6841583. OLE color: 6841583.

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

Color convert

RGB 239 100 104 -
CMYK 0 0.58 0.56 0.06
HSL 358.27º 0.81% 0.66% -
HSV(B) 358.27º 0.58% 0.94% -
XYZ 42.65 28.46 16.34 -
YUV 142.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 239 100 104 0 0.58 0.56 0.06 358.27 0.81 0.66
Hex EF 64 68 0 3A 38 6 166 51 42
Octal 357 144 150 0 72 70 6 546 121 102
Binary 11101111 1100100 1101000 0 111010 111000 110 101100110 1010001 1000010

Color Harmonies of #EF6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6468

Black with #EF6468

Text Example


Text Example

White with #EF6468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6468; }

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

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

background-color css

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

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

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

border-color css

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

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

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