Html Css Color HEX #EF6472 Froly

📋 copy color: '#EF6472'

red 239 ◦ green 100 ◦ blue 114

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

Shades of Froly #EF6472

Tints of Froly #EF6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.08%

 BLUE value IS 114 (44.92% from 255) = 25.17%

R = 52.76%
G = 22.08%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF6472 (or 0xEF6472) is known color: Froly. HEX triplet: EF, 64 and 72. RGB value is (239,100,114). Sum of RGB (Red+Green+Blue) = 239+100+114=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6472 is #109B8D. Grayscale: #8F8F8F. Windows color (decimal): -1088398 or 7496943. OLE color: 7496943.

HSL color Cylindrical-coordinate representation of color #EF6472: hue angle of 353.96º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6472 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 114 -
CMYK 0 0.58 0.52 0.06
HSL 353.96º 0.81% 0.66% -
HSV(B) 353.96º 0.58% 0.94% -
XYZ 43.19 28.68 19.18 -
YUV 143.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 239 100 114 0 0.58 0.52 0.06 353.96 0.81 0.66
Hex EF 64 72 0 3A 34 6 162 51 42
Octal 357 144 162 0 72 64 6 542 121 102
Binary 11101111 1100100 1110010 0 111010 110100 110 101100010 1010001 1000010

Color Harmonies of #EF6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6472

Black with #EF6472

Text Example


Text Example

White with #EF6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6472; }

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

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

background-color css

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

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

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

border-color css

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

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

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