Html Css Color HEX #EF6476 Froly

📋 copy color: '#EF6476'

red 239 ◦ green 100 ◦ blue 118

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

Shades of Froly #EF6476

Tints of Froly #EF6476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.82%

R = 52.3%
G = 21.88%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF6476 (or 0xEF6476) is known color: Froly. HEX triplet: EF, 64 and 76. RGB value is (239,100,118). Sum of RGB (Red+Green+Blue) = 239+100+118=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6476 is #109B89. Grayscale: #8F8F8F. Windows color (decimal): -1088394 or 7759087. OLE color: 7759087.

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

Color convert

RGB 239 100 118 -
CMYK 0 0.58 0.51 0.06
HSL 352.23º 0.81% 0.66% -
HSV(B) 352.23º 0.58% 0.94% -
XYZ 43.42 28.77 20.4 -
YUV 143.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 239 100 118 0 0.58 0.51 0.06 352.23 0.81 0.66
Hex EF 64 76 0 3A 33 6 160 51 42
Octal 357 144 166 0 72 63 6 540 121 102
Binary 11101111 1100100 1110110 0 111010 110011 110 101100000 1010001 1000010

Color Harmonies of #EF6476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6476

Black with #EF6476

Text Example


Text Example

White with #EF6476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6476; }

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

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

background-color css

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

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

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

border-color css

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

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

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