Html Css Color HEX #EF737F Froly

📋 copy color: '#EF737F'

red 239 ◦ green 115 ◦ blue 127

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

Shades of Froly #EF737F

Tints of Froly #EF737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.91%

 BLUE value IS 127 (50% from 255) = 26.4%

R = 49.69%
G = 23.91%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF737F (or 0xEF737F) is known color: Froly. HEX triplet: EF, 73 and 7F. RGB value is (239,115,127). Sum of RGB (Red+Green+Blue) = 239+115+127=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF737F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF737F is #108C80. Grayscale: #999999. Windows color (decimal): -1084545 or 8352751. OLE color: 8352751.

HSL color Cylindrical-coordinate representation of color #EF737F: hue angle of 354.19º degrees, saturation: 0.79, 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 #EF737F is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 115 127 -
CMYK 0 0.52 0.47 0.06
HSL 354.19º 0.79% 0.69% -
HSV(B) 354.19º 0.52% 0.94% -
XYZ 45.56 32.14 23.88 -
YUV 153.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 239 115 127 0 0.52 0.47 0.06 354.19 0.79 0.69
Hex EF 73 7F 0 34 2F 6 162 4F 45
Octal 357 163 177 0 64 57 6 542 117 105
Binary 11101111 1110011 1111111 0 110100 101111 110 101100010 1001111 1000101

Color Harmonies of #EF737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF737F

Black with #EF737F

Text Example


Text Example

White with #EF737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF737F; }

 p { color: rgb(239,115,127); }

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

background-color css

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

 a { background-color: rgb(239,115,127); }

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

border-color css

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

 span { border-color: rgb(239,115,127); }

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