Html Css Color HEX #EF626D Froly

📋 copy color: '#EF626D'

red 239 ◦ green 98 ◦ blue 109

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

Shades of Froly #EF626D

Tints of Froly #EF626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.97%

 BLUE value IS 109 (42.97% from 255) = 24.44%

R = 53.59%
G = 21.97%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF626D (or 0xEF626D) is known color: Froly. HEX triplet: EF, 62 and 6D. RGB value is (239,98,109). Sum of RGB (Red+Green+Blue) = 239+98+109=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF626D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF626D is #109D92. Grayscale: #8D8D8D. Windows color (decimal): -1088915 or 7168751. OLE color: 7168751.

HSL color Cylindrical-coordinate representation of color #EF626D: hue angle of 355.32º degrees, saturation: 0.82, 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 #EF626D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 98 109 -
CMYK 0 0.59 0.54 0.06
HSL 355.32º 0.82% 0.66% -
HSV(B) 355.32º 0.59% 0.94% -
XYZ 42.72 28.19 17.66 -
YUV 141.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 239 98 109 0 0.59 0.54 0.06 355.32 0.82 0.66
Hex EF 62 6D 0 3B 36 6 163 52 42
Octal 357 142 155 0 73 66 6 543 122 102
Binary 11101111 1100010 1101101 0 111011 110110 110 101100011 1010010 1000010

Color Harmonies of #EF626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF626D

Black with #EF626D

Text Example


Text Example

White with #EF626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF626D; }

 p { color: rgb(239,98,109); }

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

background-color css

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

 a { background-color: rgb(239,98,109); }

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

border-color css

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

 span { border-color: rgb(239,98,109); }

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