Html Css Color HEX #EF787B Froly

📋 copy color: '#EF787B'

red 239 ◦ green 120 ◦ blue 123

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

Shades of Froly #EF787B

Tints of Froly #EF787B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.9%

 BLUE value IS 123 (48.44% from 255) = 25.52%

R = 49.59%
G = 24.9%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF787B (or 0xEF787B) is known color: Froly. HEX triplet: EF, 78 and 7B. RGB value is (239,120,123). Sum of RGB (Red+Green+Blue) = 239+120+123=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF787B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF787B is #108784. Grayscale: #9C9C9C. Windows color (decimal): -1083269 or 8091887. OLE color: 8091887.

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

Color convert

RGB 239 120 123 -
CMYK 0 0.50 0.49 0.06
HSL 358.49º 0.79% 0.7% -
HSV(B) 358.49º 0.5% 0.94% -
XYZ 45.89 33.21 22.73 -
YUV 155.92 109.42 187.26 -
System Red Green Blue C M Y K H S L
Decimal 239 120 123 0 0.50 0.49 0.06 358.49 0.79 0.7
Hex EF 78 7B 0 32 31 6 166 4F 46
Octal 357 170 173 0 62 61 6 546 117 106
Binary 11101111 1111000 1111011 0 110010 110001 110 101100110 1001111 1000110

Color Harmonies of #EF787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF787B

Black with #EF787B

Text Example


Text Example

White with #EF787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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