Html Css Color HEX #EF7B7E Froly

📋 copy color: '#EF7B7E'

red 239 ◦ green 123 ◦ blue 126

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

Shades of Froly #EF7B7E

Tints of Froly #EF7B7E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.2%

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

R = 48.98%
G = 25.2%
B = 25.82%

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

#EF7B7E (or 0xEF7B7E) is known color: Froly. HEX triplet: EF, 7B and 7E. RGB value is (239,123,126). Sum of RGB (Red+Green+Blue) = 239+123+126=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B7E is #108481. Grayscale: #9E9E9E. Windows color (decimal): -1082498 or 8289263. OLE color: 8289263.

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

Color convert

RGB 239 123 126 -
CMYK 0 0.49 0.47 0.06
HSL 358.45º 0.78% 0.71% -
HSV(B) 358.45º 0.49% 0.94% -
XYZ 46.45 34.02 23.86 -
YUV 158.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 239 123 126 0 0.49 0.47 0.06 358.45 0.78 0.71
Hex EF 7B 7E 0 31 2F 6 166 4E 47
Octal 357 173 176 0 61 57 6 546 116 107
Binary 11101111 1111011 1111110 0 110001 101111 110 101100110 1001110 1000111

Color Harmonies of #EF7B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7B7E

Black with #EF7B7E

Text Example


Text Example

White with #EF7B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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