Html Css Color HEX #EF737E Froly

📋 copy color: '#EF737E'

red 239 ◦ green 115 ◦ blue 126

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

Shades of Froly #EF737E

Tints of Froly #EF737E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.25%

R = 49.79%
G = 23.96%
B = 26.25%

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

#EF737E (or 0xEF737E) is known color: Froly. HEX triplet: EF, 73 and 7E. RGB value is (239,115,126). Sum of RGB (Red+Green+Blue) = 239+115+126=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF737E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF737E is #108C81. Grayscale: #999999. Windows color (decimal): -1084546 or 8287215. OLE color: 8287215.

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

Color convert

RGB 239 115 126 -
CMYK 0 0.52 0.47 0.06
HSL 354.68º 0.79% 0.69% -
HSV(B) 354.68º 0.52% 0.94% -
XYZ 45.49 32.12 23.54 -
YUV 153.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 239 115 126 0 0.52 0.47 0.06 354.68 0.79 0.69
Hex EF 73 7E 0 34 2F 6 163 4F 45
Octal 357 163 176 0 64 57 6 543 117 105
Binary 11101111 1110011 1111110 0 110100 101111 110 101100011 1001111 1000101

Color Harmonies of #EF737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF737E

Black with #EF737E

Text Example


Text Example

White with #EF737E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF737E; }

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

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

background-color css

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

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

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

border-color css

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

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

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