Html Css Color HEX #EF6874 Froly

📋 copy color: '#EF6874'

red 239 ◦ green 104 ◦ blue 116

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

Shades of Froly #EF6874

Tints of Froly #EF6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.66%

 BLUE value IS 116 (45.7% from 255) = 25.27%

R = 52.07%
G = 22.66%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF6874 (or 0xEF6874) is known color: Froly. HEX triplet: EF, 68 and 74. RGB value is (239,104,116). Sum of RGB (Red+Green+Blue) = 239+104+116=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6874 is #10978B. Grayscale: #919191. Windows color (decimal): -1087372 or 7629039. OLE color: 7629039.

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

Color convert

RGB 239 104 116 -
CMYK 0 0.56 0.51 0.06
HSL 354.67º 0.81% 0.67% -
HSV(B) 354.67º 0.56% 0.94% -
XYZ 43.7 29.51 19.92 -
YUV 145.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 239 104 116 0 0.56 0.51 0.06 354.67 0.81 0.67
Hex EF 68 74 0 38 33 6 163 51 43
Octal 357 150 164 0 70 63 6 543 121 103
Binary 11101111 1101000 1110100 0 111000 110011 110 101100011 1010001 1000011

Color Harmonies of #EF6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6874

Black with #EF6874

Text Example


Text Example

White with #EF6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6874; }

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

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

background-color css

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

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

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

border-color css

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

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

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