Html Css Color HEX #EF6670 Froly

📋 copy color: '#EF6670'

red 239 ◦ green 102 ◦ blue 112

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

Shades of Froly #EF6670

Tints of Froly #EF6670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.52%

 BLUE value IS 112 (44.14% from 255) = 24.72%

R = 52.76%
G = 22.52%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF6670 (or 0xEF6670) is known color: Froly. HEX triplet: EF, 66 and 70. RGB value is (239,102,112). Sum of RGB (Red+Green+Blue) = 239+102+112=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6670 is #10998F. Grayscale: #909090. Windows color (decimal): -1087888 or 7366383. OLE color: 7366383.

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

Color convert

RGB 239 102 112 -
CMYK 0 0.57 0.53 0.06
HSL 355.62º 0.81% 0.67% -
HSV(B) 355.62º 0.57% 0.94% -
XYZ 43.27 29.02 18.65 -
YUV 144.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 239 102 112 0 0.57 0.53 0.06 355.62 0.81 0.67
Hex EF 66 70 0 39 35 6 164 51 43
Octal 357 146 160 0 71 65 6 544 121 103
Binary 11101111 1100110 1110000 0 111001 110101 110 101100100 1010001 1000011

Color Harmonies of #EF6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6670

Black with #EF6670

Text Example


Text Example

White with #EF6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6670; }

 p { color: rgb(239,102,112); }

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

background-color css

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

 a { background-color: rgb(239,102,112); }

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

border-color css

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

 span { border-color: rgb(239,102,112); }

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