Html Css Color HEX #EF6474 Froly

📋 copy color: '#EF6474'

red 239 ◦ green 100 ◦ blue 116

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

Shades of Froly #EF6474

Tints of Froly #EF6474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.49%

R = 52.53%
G = 21.98%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF6474 (or 0xEF6474) is known color: Froly. HEX triplet: EF, 64 and 74. RGB value is (239,100,116). Sum of RGB (Red+Green+Blue) = 239+100+116=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6474 is #109B8B. Grayscale: #8F8F8F. Windows color (decimal): -1088396 or 7628015. OLE color: 7628015.

HSL color Cylindrical-coordinate representation of color #EF6474: hue angle of 353.09º 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 #EF6474 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 116 -
CMYK 0 0.58 0.51 0.06
HSL 353.09º 0.81% 0.66% -
HSV(B) 353.09º 0.58% 0.94% -
XYZ 43.31 28.73 19.79 -
YUV 143.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 239 100 116 0 0.58 0.51 0.06 353.09 0.81 0.66
Hex EF 64 74 0 3A 33 6 161 51 42
Octal 357 144 164 0 72 63 6 541 121 102
Binary 11101111 1100100 1110100 0 111010 110011 110 101100001 1010001 1000010

Color Harmonies of #EF6474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6474

Black with #EF6474

Text Example


Text Example

White with #EF6474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6474; }

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

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

background-color css

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

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

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

border-color css

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

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

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