Html Css Color HEX #EF6372 Froly

📋 copy color: '#EF6372'

red 239 ◦ green 99 ◦ blue 114

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

Shades of Froly #EF6372

Tints of Froly #EF6372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.9%

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

R = 52.88%
G = 21.9%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF6372 (or 0xEF6372) is known color: Froly. HEX triplet: EF, 63 and 72. RGB value is (239,99,114). Sum of RGB (Red+Green+Blue) = 239+99+114=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6372 is #109C8D. Grayscale: #8E8E8E. Windows color (decimal): -1088654 or 7496687. OLE color: 7496687.

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

Color convert

RGB 239 99 114 -
CMYK 0 0.59 0.52 0.06
HSL 353.57º 0.81% 0.66% -
HSV(B) 353.57º 0.59% 0.94% -
XYZ 43.1 28.49 19.15 -
YUV 142.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 239 99 114 0 0.59 0.52 0.06 353.57 0.81 0.66
Hex EF 63 72 0 3B 34 6 162 51 42
Octal 357 143 162 0 73 64 6 542 121 102
Binary 11101111 1100011 1110010 0 111011 110100 110 101100010 1010001 1000010

Color Harmonies of #EF6372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6372

Black with #EF6372

Text Example


Text Example

White with #EF6372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6372; }

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

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

background-color css

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

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

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

border-color css

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

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

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