Html Css Color HEX #EF6475 Froly

📋 copy color: '#EF6475'

red 239 ◦ green 100 ◦ blue 117

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

Shades of Froly #EF6475

Tints of Froly #EF6475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.66%

R = 52.41%
G = 21.93%
B = 25.66%

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

#EF6475 (or 0xEF6475) is known color: Froly. HEX triplet: EF, 64 and 75. RGB value is (239,100,117). Sum of RGB (Red+Green+Blue) = 239+100+117=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6475 is #109B8A. Grayscale: #8F8F8F. Windows color (decimal): -1088395 or 7693551. OLE color: 7693551.

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

Color convert

RGB 239 100 117 -
CMYK 0 0.58 0.51 0.06
HSL 352.66º 0.81% 0.66% -
HSV(B) 352.66º 0.58% 0.94% -
XYZ 43.36 28.75 20.09 -
YUV 143.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 239 100 117 0 0.58 0.51 0.06 352.66 0.81 0.66
Hex EF 64 75 0 3A 33 6 161 51 42
Octal 357 144 165 0 72 63 6 541 121 102
Binary 11101111 1100100 1110101 0 111010 110011 110 101100001 1010001 1000010

Color Harmonies of #EF6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6475

Black with #EF6475

Text Example


Text Example

White with #EF6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6475; }

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

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

background-color css

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

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

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

border-color css

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

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

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