Html Css Color HEX #EF7274 Froly

📋 copy color: '#EF7274'

red 239 ◦ green 114 ◦ blue 116

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

Shades of Froly #EF7274

Tints of Froly #EF7274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.31%

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

R = 50.96%
G = 24.31%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF7274 (or 0xEF7274) is known color: Froly. HEX triplet: EF, 72 and 74. RGB value is (239,114,116). Sum of RGB (Red+Green+Blue) = 239+114+116=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7274 is #108D8B. Grayscale: #979797. Windows color (decimal): -1084812 or 7631599. OLE color: 7631599.

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

Color convert

RGB 239 114 116 -
CMYK 0 0.52 0.51 0.06
HSL 359.04º 0.8% 0.69% -
HSV(B) 359.04º 0.52% 0.94% -
XYZ 44.77 31.65 20.27 -
YUV 151.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 239 114 116 0 0.52 0.51 0.06 359.04 0.8 0.69
Hex EF 72 74 0 34 33 6 167 50 45
Octal 357 162 164 0 64 63 6 547 120 105
Binary 11101111 1110010 1110100 0 110100 110011 110 101100111 1010000 1000101

Color Harmonies of #EF7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7274

Black with #EF7274

Text Example


Text Example

White with #EF7274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7274; }

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

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

background-color css

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

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

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

border-color css

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

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

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