Html Css Color HEX #EF7A7E Froly

📋 copy color: '#EF7A7E'

red 239 ◦ green 122 ◦ blue 126

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

Shades of Froly #EF7A7E

Tints of Froly #EF7A7E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.05%

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

R = 49.08%
G = 25.05%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF7A7E (or 0xEF7A7E) is known color: Froly. HEX triplet: EF, 7A and 7E. RGB value is (239,122,126). Sum of RGB (Red+Green+Blue) = 239+122+126=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A7E is #108581. Grayscale: #9D9D9D. Windows color (decimal): -1082754 or 8289007. OLE color: 8289007.

HSL color Cylindrical-coordinate representation of color #EF7A7E: hue angle of 357.95º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7A7E is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 122 126 -
CMYK 0 0.49 0.47 0.06
HSL 357.95º 0.79% 0.71% -
HSV(B) 357.95º 0.49% 0.94% -
XYZ 46.32 33.78 23.82 -
YUV 157.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 239 122 126 0 0.49 0.47 0.06 357.95 0.79 0.71
Hex EF 7A 7E 0 31 2F 6 166 4F 47
Octal 357 172 176 0 61 57 6 546 117 107
Binary 11101111 1111010 1111110 0 110001 101111 110 101100110 1001111 1000111

Color Harmonies of #EF7A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A7E

Black with #EF7A7E

Text Example


Text Example

White with #EF7A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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