Html Css Color HEX #EF7281 Froly

📋 copy color: '#EF7281'

red 239 ◦ green 114 ◦ blue 129

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

Shades of Froly #EF7281

Tints of Froly #EF7281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

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

R = 49.59%
G = 23.65%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF7281 (or 0xEF7281) is known color: Froly. HEX triplet: EF, 72 and 81. RGB value is (239,114,129). Sum of RGB (Red+Green+Blue) = 239+114+129=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7281 is #108D7E. Grayscale: #999999. Windows color (decimal): -1084799 or 8483567. OLE color: 8483567.

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

Color convert

RGB 239 114 129 -
CMYK 0 0.52 0.46 0.06
HSL 352.8º 0.8% 0.69% -
HSV(B) 352.8º 0.52% 0.94% -
XYZ 45.58 31.97 24.54 -
YUV 153.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 239 114 129 0 0.52 0.46 0.06 352.8 0.8 0.69
Hex EF 72 81 0 34 2E 6 161 50 45
Octal 357 162 201 0 64 56 6 541 120 105
Binary 11101111 1110010 10000001 0 110100 101110 110 101100001 1010000 1000101

Color Harmonies of #EF7281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7281

Black with #EF7281

Text Example


Text Example

White with #EF7281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7281; }

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

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

background-color css

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

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

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

border-color css

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

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

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