Html Css Color HEX #EF7D81 Froly

📋 copy color: '#EF7D81'

red 239 ◦ green 125 ◦ blue 129

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

Shades of Froly #EF7D81

Tints of Froly #EF7D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.35%

 BLUE value IS 129 (50.78% from 255) = 26.17%

R = 48.48%
G = 25.35%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF7D81 (or 0xEF7D81) is known color: Froly. HEX triplet: EF, 7D and 81. RGB value is (239,125,129). Sum of RGB (Red+Green+Blue) = 239+125+129=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7D81 is #10827E. Grayscale: #9F9F9F. Windows color (decimal): -1081983 or 8486383. OLE color: 8486383.

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

Color convert

RGB 239 125 129 -
CMYK 0 0.48 0.46 0.06
HSL 357.89º 0.78% 0.71% -
HSV(B) 357.89º 0.48% 0.94% -
XYZ 46.89 34.6 24.98 -
YUV 159.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 239 125 129 0 0.48 0.46 0.06 357.89 0.78 0.71
Hex EF 7D 81 0 30 2E 6 166 4E 47
Octal 357 175 201 0 60 56 6 546 116 107
Binary 11101111 1111101 10000001 0 110000 101110 110 101100110 1001110 1000111

Color Harmonies of #EF7D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7D81

Black with #EF7D81

Text Example


Text Example

White with #EF7D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7D81; }

 p { color: rgb(239,125,129); }

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

background-color css

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

 a { background-color: rgb(239,125,129); }

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

border-color css

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

 span { border-color: rgb(239,125,129); }

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